TABLE OF CONTENTS


ksi/hello [ Program ]

[ Top ] [ Program ]

NAME

    hello - A program that displays the "Hello, World!" string

DESCRIPTION

    This program demonstrates the way the library is used.  It uses
    only two functions of the library: print_line from the cons
    library and terminate from the sys library.  This program
    also contains an entry label, entry and demonstrates how to use
    it.  After finishing the text output, the program returns a
    status value, in this case, 0.