December 2021
Beginner
840 pages
47h 29m
English
Character conversions. The ord and chr functions are used for character conversions:
String concatenation. The ∧ append operator is used for string concatenation:
Arithmetic. The infix binary1 operators +, -, and * only accept two values of type int or two values of type real; the prefix unary minus operator ∼ accepts a value of type int or real; the infix binary division operator / only accepts two values of type real; the infix binary division operator div only accepts ...