\
Operator
Divides one number by a second number.
Syntax
expression_1 \ expression_2
Parts
expression_1
- A numeric expression, also known as the numerator.
expression_2
- A numeric expression, also known as the denominator.
Instructions
Data types
TODO
Division by zero
TODO
Examples
TODO
See also
Other elements that use this symbol
- File-path strings (for example,
"foo"\"bar"
). See String Data Type.