End
Previous  Next

Description: Stops execution/ends the program.

     Syntax:

End

Example:

        Print "You can see me"
        End
        Print "You can't see me"