TABLE OF CONTENTS
- 1. ksi/hello
ksi/hello [ 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.