summaryrefslogtreecommitdiff
path: root/tests/general/hello.icn
blob: 29dc5ac408abfc2b3c26cba24b960307922d24fa (plain)
1
2
3
4
5
#  hello.icn -- used in various ways by the Test-opts script

procedure main(args)
   write("\t\t\t\t\t\t\tHello, ", get(args) | "there", ".")
end