Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
JBtje edited this page Jun 5, 2015 · 1 revision

Syntax

PRINT

Description

With the PRINT command a user can print content (integers, strings, hex, etc) to the command window. Note that this is very usefull for debugging purposes. The script must end with the RUN command in order to execute the program directly and return the PRINT values.

Example

NEW
10 print "Hello World"
RUN

The above example will print the "Hello World" string to the command line.

Clone this wiki locally