home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 089.lha / Icon / Examples / Hello.icn < prev    next >
Encoding:
Text File  |  1986-11-20  |  100 b   |  7 lines

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