Skip to content

Latest commit

 

History

History
46 lines (46 loc) · 1.05 KB

to-do.md

File metadata and controls

46 lines (46 loc) · 1.05 KB

to-do list

  • classes
    • static functions
    • returning values in functions
    • access modifiers
    • non-static functions
    • constructor
  • modules
    • IO
      • Print
      • Println
      • Clear
      • ReadLine
      • ReadChar
    • Math
    • Conv
      • ToString
      • ToInt32
      • ToInt64
      • ToInt16
      • ToDouble
      • ToSingle
      • ToBool
    • Sys
    • Time
    • File
      • WriteAllText
      • ReadAllText
      • WriteAllLines (overwrites the text of the file with lines from the table)
      • ReadAllLines (return lines array)
    • Array
    • HTTP
    • String
    • Int
    • Float
    • Bool
    • List
  • for loop
  • foreach loop
  • arrays
  • while loop
  • until loop
  • lists
  • importing other source files
  • calling methods from a programmer-defined type variable (like let Tom: Person; Tom.GetAge();)
  • struct