chickadee » nutils » printsp0

printsp0procedure
  • in - ITEM ... - as above. Like printsp except does NOT leave a space after the last ITEM is printed.
  • in - prn: <output-port>
  • returns: no value.

Each of the print... procedures has an analogous write... procedure. The difference between the series is that the latter uses write rather than display. Syntax of corresponding procedures is identical.