Mads Knudsen
DPL
Matrix library
Data Preprocessing Language
Language Features
Comments: Lines starting with # are comments.
Numeric Constants: Numbers like 123 or 45.67.
Operators: ==, !=, <=, >=, <, >, +, -, *, =, %.
Strings: Text enclosed in double quotes.
Reserved Keywords: True, False, and, or, not, None, union, intersection.
Control Keywords: def, if, else, break, continue, while, return.
Built-in Functions: print, input, len, copy, writeTable, readTable.
Function Names: Identifiers followed by parentheses.
Variables: Identifiers consisting of letters, digits, and underscores.
Execute
Clear
Console