untitled.miru
Keywords
Builtins you will meet first
print(…)- write a line to output
len(x)- the length of a string, an array, or a map
range(a, b)- the integers from a up to b
-
map·filter·reduce - reshape an array with a function
-
keys(m)·has(m, k) - walk and probe a map
-
try·is_error(x) - catch a failure as a value