home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / item < prev    next >
Encoding:
Text File  |  1992-07-09  |  488 b   |  9 lines

  1. item --Operation, two inputs.  Abbreviation: nth
  2.      The first input must be a positive integer less than or equal  to  the
  3.      count  of the second input.  If the second input is a word, the output
  4.      is a word of length one containing the  selected  character  from  the
  5.      word.   (Items  are numbered from 1, not 0.)  If the second input is a
  6.      list, the output is the selected member of the list.
  7.  
  8.      Primitive_procedures_for_turtles_and_graphics.  An important  part  of
  9.