Next / Previous / Index / TCC Help System / Publications / Site map / NM Tech homepage

Compiling and running an Icon program

Tech Computer Center logo

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!

Next: Doing simple arithmetic in Icon
See also: A tutorial for the Icon programming language
Previous: Icon says hello
Site map
Index: Keyword index to help pages
Help: New Mexico Tech Computer Center: Help System
TCC Publications
Home: About New Mexico Tech

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