See #25 for details. # What needs documentation? All System Functions - [X] Basic trig - [x] Inverse trig (asin, acos, atan, atan2) - io.sys - [x] `readFile(path)` - [x] `writeFile(path)` - [x] `close(stream)` - [x] `readByte(s)` - [x] `readLine(s, enc = "utf8")` - [x] `readText(s, n, enc = "utf8")` - [x] `writeByte(s, v)` - [x] `writeText(s, txt, enc = "utf8")` - [x] `writeLine(s, txt, enc = "utf8")` - random.sys - [x] `nextInt(min, max)` - [x] `nextDouble(min, max)` - [x] `next()` - [x] `setSeed(seed)` - [x] `sqrt(x)` - [x] `pow(x, n)` - [x] `fgColor` - [x] `bgColor` - [x] `resetColor` - [x] `double(value)` - [x] `int(value)` - [x] `sleep(ms)` - [x] array functions (`len`, `chars`, `arrayAdd`, `arrayRemove`) - [x] `toString`
See #25 for details.
What needs documentation?
All System Functions
readFile(path)writeFile(path)close(stream)readByte(s)readLine(s, enc = "utf8")readText(s, n, enc = "utf8")writeByte(s, v)writeText(s, txt, enc = "utf8")writeLine(s, txt, enc = "utf8")nextInt(min, max)nextDouble(min, max)next()setSeed(seed)sqrt(x)pow(x, n)fgColorbgColorresetColordouble(value)int(value)sleep(ms)len,chars,arrayAdd,arrayRemove)toString