The Icon Programming Language

Hello world! Example Program


Click below to go directly to a specific section:
Description | Source Code | Sample Run | Program Notes

Description

This program demonstrates the text output function of the Icon programming language by displaying the message "Hello world!".

Source Code

  procedure main ()
      write ( "Hello world!" );
  end
Click
here to download a zip file containing the source code.

Sample Run

Hello world!

Click here to download a zip file containing the Hello World! executable for MS-DOS.


Program Notes

This program was implemented using Version 9.1 of Icon for MS-DOS.
[Back] [Home]

Last modified: 10:30 AM on 11/25/1996