Annotation of 43BSD/contrib/icon/samples/hello.icn, revision 1.1.1.1

1.1       root        1: #
                      2: #          G R E E T I N G S !
                      3: #
                      4: 
                      5: #  This program is the "canonical" first program.  It is extended here
                      6: #  to identify its host and provide other environmental information.
                      7: 
                      8: procedure main()
                      9:    write("Hello world")
                     10:    write("&version is '",&version,"'")
                     11:    write("&host is '",&host,"'")
                     12:    write("&options is '",&options,"'")
                     13:    write("&dateline is '",&dateline,"'")
                     14:    write("&clock is '",&clock,"'")
                     15: end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.