9xc Home - Owen2k6/GoOS GitHub Wiki

9xCode (9xc) — Home

9xCode is a compact, line‑oriented scripting language. This wiki documents the current interpreter found in GoOS._9xCode.Interpreter (Version b3.1).

  • Line‑based syntax; comments start with ;
  • Optional module imports: System, Console, IO, Time, 9xGL, GoOS, or * for all
  • Simple types: Bool, Int, String, Color (maps to console colours)
  • Basic system flow: Stop, Goto>>N, Delay>>ms
  • Console I/O: Write>>..., Print>>..., Clear, Read, ReadLine
  • File I/O: MkFile>>"path", MkDir>>"path", WrFile>>"path","text or var"
  • 9xGL drawing & windows
  • GoOS registration helper

Use the page list to learn the language, libraries, and examples.

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