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

Syntax

RUN

Description

When the RUN command is used, the program will execute from the first line. Content printed with PRINT is returned to the command line.

Example

NEW
10 print "Hello World"
RUN

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

Clone this wiki locally