3.3 Common values
In this section, we provide a quick introduction to common basic objects. The function
typeof
used below returns the type of object provided as argument.
- Integers
- Floating-Point numbers
- Complex numbers
- Rational numbers
- Character
- Strings
- Tuples: fixed-length container holding any values
- Named tuples: Tuples with element names