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