9xc System and Flow - Owen2k6/GoOS GitHub Wiki
Requires:
import System
Stop
Terminates interpretation immediately.
Goto >> 25
Jumps to 1‑based line number 25. Line numbers can come from an integer variable:
Int target = 25
Goto >> target
Delay >> 500 ; milliseconds
Pauses the interpreter thread with Thread.Sleep
.