-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Julia Ogris edited this page May 11, 2023
·
11 revisions
- Sequential Instruction Execution
print;rect,circle,line,move,colorPrint | Drawing - Variables and types
num,string,bool, Declaration (typed, inferred).read - Flow control
while,if,for - Operators
-
numarithmetic:+,-,*,/,% -
stringconcatenation, indexing, slicing -
bool:andor! - comparison
==<=>=<>!=(num & string)
-
- Factoring code
func, parameters, arguments, return type and value - Structuring data
arrays, maps; indexing, slicing, ranging - Miscellaneous:
- event handlers
on -
\",\n,\t;printf,sprintf,%%; - standard library: math, rand, string, advanced drawing
- errors
err(eg failed str2num) -
any, reflection, type assertions - variadic functions
- event handlers
- Algorithms & data structures
Trees, linked lists, recursion, search, sort, ... - Modules / importing
Overview | About | Playground | Gallery