home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / logo / doslogo / help / quotient.hlp < prev    next >
Encoding:
Text File  |  1990-06-11  |  419 b   |  10 lines

  1. quotient  -- Operation, two inputs.  Infix: /
  2.      The output of this procedure is the quotient of the  two  inputs.   If
  3.      both inputs are integers, the output is also an integer; the remainder
  4.      of the division is lost.  If either input is not an integer, the  quo-
  5.      tient can include a fractional part.  Therefore, these two are not the
  6.      same:
  7.  
  8.           quotient 2 3
  9.           quotient 2.0 3
  10.