[ DISCONTINUED, USE (project not released) INSTEAD ] Click the green flag. You will be asked to set up a run configuration. Type 1;dns This indicates that you want to start on line 1 and don't stop automatically. NOTICE: the DNS now matters! Now that you've finished, press space, and type a command. VALID COMMANDS: echo [msg] - sends something in logs store [command] - stores something in storage remove [number] - removes line [number] from storage insert [number] [command] - inserts [command] at [number] wait [seconds] - literally waits [seconds] seconds. jtl [line number] - forces the code interpreter to jump forward to line [line number] izjtl [variable] [line number] - same as jtl, but only does anything if [variable] is equal to 0. setvar [variable] [value] - sets the [variable] to [value] Press period on your keyboard to run the code in Storage.
UPDATES α1.0.0 - Release α1.1.0 - Added "breakpoint" to run config. breakpoint tutorial: DNS: no breakpoint actual number: stop at line number α1.1.1 - Fixed grammar in notes and instructions α1.1.2 - Fixed breakpoints. Actually stops at the right spot now! α2.0.0 - Variables added. - Added jtl [number] - Added izjtl [variable] [number] - Added setvar [variable] [value] α2.0.1 - Updated thumbnail. This is an alpha release, you should not expect much content. Panel on the top left is RAM. Cleared when the flag is clicked. Panel on the top right is Storage. Not cleared. Panel on the bottom is the logs. Cleared when the flag is clicked. You should keep your eye on logs.