News flash: I'm going to Australia in February, so this Web site may be switched off at any time.


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!


Next: Simple arithmetic in Icon
See also: Using the Icon programming language
Previous: Icon says hello

John W. Shipman, john@nmt.edu