home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / icon / dos / bin / hello.icn < prev    next >
Text File  |  1986-09-27  |  85b  |  6 lines

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