9xc System and Flow - Owen2k6/GoOS GitHub Wiki

System Flow (System library)

Requires:

import System

Stop

Stop

Terminates interpretation immediately.

Goto

Goto >> 25

Jumps to 1‑based line number 25. Line numbers can come from an integer variable:

Int target = 25
Goto >> target

Delay

Delay >> 500   ; milliseconds

Pauses the interpreter thread with Thread.Sleep.

⚠️ **GitHub.com Fallback** ⚠️