49 lines
424 B
Markdown
49 lines
424 B
Markdown
# Built-Ins
|
|
int
|
|
bool
|
|
float
|
|
String
|
|
Type
|
|
None
|
|
|
|
print
|
|
import
|
|
type
|
|
count
|
|
input
|
|
assert
|
|
error
|
|
|
|
string.cat
|
|
string.ord
|
|
string.chr
|
|
|
|
buffer.new
|
|
buffer.sliceUp
|
|
buffer.toString
|
|
|
|
math.PI
|
|
math.E
|
|
math.floor
|
|
math.ceil
|
|
math.cos
|
|
math.sin
|
|
math.tan
|
|
math.acos
|
|
math.asin
|
|
math.atan
|
|
math.atan2
|
|
math.exp
|
|
math.log
|
|
math.log10
|
|
math.pow
|
|
math.sqrt
|
|
|
|
files.READ
|
|
files.WRITE
|
|
files.APPEND
|
|
files.openFile
|
|
files.openDir
|
|
files.nextDirItem
|
|
files.read
|
|
files.write |