home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / tests / general / hello.icn < prev    next >
Text File  |  2002-01-14  |  147b  |  6 lines

  1. #  hello.icn -- used in various ways by the Test-opts script
  2.  
  3. procedure main(args)
  4.    write("\t\t\t\t\t\t\tHello, ", get(args) | "there", ".")
  5. end
  6.