Intrinsic-16 Abort

Top  Previous  Next

16: Abort;

 

This intrinsic aborts the program. It does the same thing as the "exit" statement except that it cannot return a value. It is included here for compatibility with other versions of XPL0. New code should use "exit" instead.