-
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy patharkscript.dict
More file actions
94 lines (92 loc) · 1.26 KB
/
arkscript.dict
File metadata and controls
94 lines (92 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
"let"
"mut"
"set"
"del"
"fun"
"if"
"while"
"begin"
"import"
"macro"
"("
")"
"{"
"}"
"["
"]"
"len"
"empty?"
"tail"
"head"
"nil?"
"assert"
"toNumber"
"toString"
"and"
"or"
"mod"
"type"
"hasField"
"not"
"true"
"false"
"nil"
"builtin__math:pi"
"builtin__math:e"
"builtin__math:tau"
"builtin__math:Inf"
"builtin__math:NaN"
"append"
"concat"
"list"
"append!"
"concat!"
"pop"
"pop!"
"builtin__list:reverse"
"builtin__list:find"
"builtin__list:slice"
"builtin__list:sort"
"builtin__list:fill"
"builtin__list:setAt"
"print"
"puts"
"input"
"builtin__io:writeFile"
"builtin__io:appendToFile"
"builtin__io:readFile"
"builtin__io:fileExists?"
"builtin__io:listFiles"
"builtin__io:dir?"
"builtin__io:makeDir"
"builtin__io:removeFile"
"time"
"builtin__sys:platform"
"builtin__sys:exec"
"builtin__sys:sleep"
"format"
"builtin__string:find"
"builtin__string:removeAt"
"builtin__math:exp"
"builtin__math:ln"
"builtin__math:ceil"
"builtin__math:floor"
"builtin__math:round"
"builtin__math:NaN?"
"builtin__math:Inf?"
"builtin__math:cos"
"builtin__math:sin"
"builtin__math:tan"
"builtin__math:arccos"
"builtin__math:arcsin"
"builtin__math:arctan"
"random"
"async"
"await"
"dict"
"builtin__dict:get"
"builtin__dict:add"
"builtin__dict:contains"
"builtin__dict:remove"
"builtin__dict:keys"
"builtin__dict:size"