home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / i / icon88.zip / SAMPLES.ZIP / HELLO.ICN < prev    next >
Text File  |  1986-09-28  |  85b  |  6 lines

  1. procedure main()
  2.    write(&version)
  3.    write(&host)
  4.    write("hello world")
  5. end
  6.