You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
color brightblue "\<(set|del|import|quote|begin|let|mut|fun|if|while)\>"
## builtins list
color brightcyan "\<(append|concat|list|list:reverse|list:find|list:slice|list:sort|list:fill|list:setAt)\>"
## builtins io
color brightcyan "\<(print|puts|input|io:writeFile|io:readFile|io:fileExists?|io:listFiles|io:dir?|io:makeDir|io:removeFiles)\>"
## builtins time
color brightcyan "\<(time)\>"
## builtins system
color brightcyan "\<(sys:exec|sys:sleep)\>"
## builtins string
color brightcyan "\<(str:format|str:find|str:removeAt)\>"
## builtins mathematics
color brightcyan "\<(math:exp|math:ln|math:ceil|math:floor|math:round|math:NaN?|math:Inf?|math:pi|math:e|math:tau|math:Inf|math:NaN|math:cos|math:sin|math:tan|math:arccos|math:arcsin|math:arctan)\>"