メインコンテンツまでスキップ
バージョン:26.3

divide

  • command

  • Divides the numeric value of a container by another value, and stores the quotient back in the container.

  • Examples: +

    put 77 into num
    divide num by 11 —> num now has the value 7
  • Related: add, subtract, multiply, /



ノート

This page is under construction: it has not been reviewed for completeness.