integer division[整数の除算)
整数の除算は2つの数の間にバックスラッシュを記す(
\
)
2つのオペランドの整数除算の結果を返す。
書式:
result
=
expressionA
\
expressionB
例:
prints 20 \
3
整数の除算により6をプリントする。