TERMINATE

TERMINATE

STOPS DEFINITIVELY THE PROGRAM EXECUTION AND FREES THE MEMORY

  • Type: Command
  • Parameter: 0
  • Group: Reference

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

  • The command TERMINATE is used to end definitively a program.

ERROR

  • None.

EXAMPLE

print "Bye !"

wait 1000

terminate

SEE ALSO

END

STOP