The division operator (/) yields the result of dividing the left operand by the right operand.
Expression / Expression
> PRINT 5 / 2
2
> PRINT 5 / 2.2
2.272727