Compiling and running an Icon program |
|
Assuming you have an Icon program named hello.icn (see
`Icon says hello'), type this command to compile it:
% icont hello
Assuming that it compiles okay, this command will execute it:
% hello
Yarrr, matey, bilge the yardarm!
|
John Shipman, john@nmt.edu
Last updated: 1996/04/23 21:56:12 UT URL: http://www.nmt.edu/tcc/help/lang/icon/runninghello.html |
|