division(除算)
除算はスラッシュ記号
(/)
を2つの数の間に置くことにより行われる。
書式:
result
=
expressionA
/
expressionB
例:
prints 20 / 3
6.666667をプリント。