home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / ICONPL2.ZIP / SAMPLES.ARC / 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.