STOPS DEFINITIVELY THE PROGRAM EXECUTION AND FREES THE MEMORY
ACTION
The command TERMINATE stops definitively the program execution and frees the memory. All the objects are cancelled. The program does not exist any longer in the memory.
SYNTAX:
TERMINATE
USE ERROR EXAMPLE
print "Bye !"
wait 1000
terminate
TERMINATE
TERMINATE
SEE ALSO
END
STOP