Input/Output Layer (IOLib)
warning
to show warning message to screen and stop the running program
FUNCTIONS
void - warning(String error_message)
EXAMPLES
Example
VectorLib vlib=new VectorLib();
vlib.warning("Error!");
Output
Error!
(and then stop the running program)