Code Editor
Built-in Functions
print(x) — print a string to the output console
max(a, b) — return the larger of two values
Array2d(r, c) — create a 2D array of size [r × c]
dump2d(array) — dump a 2D array to the console