Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

_AUTORUN

JBtje edited this page Sep 17, 2015 · 1 revision

Syntax

AUTORUN <ON/OFF>

Description

The AUTORUN command allows the script to run automatically once it is powered up.

Example

NEW
10 AUTORUN ON
20 PRINT 1

Returns:

1

Note

It might be good practice to place AUTORUN on the first line.

Clone this wiki locally