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

  1. to howis :whatever
  2. if equalp first :whatever "w output "wonderful
  3. if equalp first :whatever "t output "terrific
  4. output "ordinary
  5. end
  6.  
  7.