Skip to content

Manual documentation of ALL functions #26

@Techcraft7

Description

@Techcraft7

See #25 for details.

What needs documentation?

All System Functions

  • Basic trig
  • Inverse trig (asin, acos, atan, atan2)
  • io.sys
    • 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")
  • random.sys
    • nextInt(min, max)
    • nextDouble(min, max)
    • next()
    • setSeed(seed)
  • sqrt(x)
  • pow(x, n)
  • fgColor
  • bgColor
  • resetColor
  • double(value)
  • int(value)
  • sleep(ms)
  • array functions (len, chars, arrayAdd, arrayRemove)
  • toString

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRewrites, code cleanups, and QOL changesfeatureFeature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions