Hello World

Here's the traditional first program:

	use(io).
	print("Hello World\n")
What do we see here? Here are some of the important points:

Compiling and Executing

Note: you need to set some environment variables before using the LARD tools. Please refer to the overview section of the compilation tools user guide and the release notes for the version that you're using for details.

Here's how to compile and execute the Hello World example:

	ernie$ lcd hw.l
	ernie$ li hw.bcode run 
	Hello World
	Program terminated

	ernie$