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

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, /