Skip to main content
Version: 26.3

div

  • operator

  • calculates the integer quotient when dividing one integer by another, ignoring any remainder

  • Examples: +

    put 17 div 5 —> 3
  • Related: rem, /, divided by



note

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