Skip to content

Instantly share code, notes, and snippets.

View sittim's full-sized avatar

Timofey sittim

View GitHub Profile
// --- Workbook module ---
// A file of name definitions of the form:
// name = definition;
// --- Workbook module ---
// Rows => ; Columns => ,
// arr, {a, b, c;
// d, e, f}
// Access row 1 => index(arr, , 1)