9xc Console - Owen2k6/GoOS GitHub Wiki
Requires:
import Console
Write >> "Hello", Name, 123, Flag
Print >> "Line", Name ; adds newline
- Arguments are comma‑separated; each argument may be:
- quoted text
- a
Bool
,Int
,String
, orColor
variable - an unknown token is written literally
Read ; waits for a single key
ReadLine ; reads a full line
Clear
Bool Cursor = true
Int CursorX = 0
Int CursorY = 10
Color ForeColor = Yellow
Color BackColor = DarkBlue
These map directly onto the GoOS console.