home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / QUOTIENT.HLP < prev    next >
Text File  |  1990-06-11  |  419b  |  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.