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

_REBOOT

JBtje edited this page Sep 17, 2015 · 2 revisions

Syntax

REBOOT

Description

The REBOOT command reboots the device, but does not trigger the autorun command while doing so. The command can be typed and sent, even if the bluetooth chip is sending (allot of) output to the screen!

Example

NEW
10 TIMER 1, 100 REPEAT GOSUB 1000
20 END
1000 PRINT 1

Returns:

1
1
1
1
...
REBOOT<enter> to stop the program from running

Note: Reboot can be typed in the console, as well as sent using enter, even though the number "1" is comming in all the time.

Clone this wiki locally