[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Running a Limbo Program

To run the program, simply type the name of the executable file, excluding the .dis extension, at the Inferno shell prompt. For example:

	inferno$ greet Reader
	Hello, Reader!
	inferno$

Any command line arguments, in the above example Reader, are passed by Inferno to the init function as elements in the list of string parameter. The program name itself is passed as the first element in the list of string parameter.



[Contents]
[Prev] [Next] [Limbo Basics] [Limbo Programming] [Language Definition]

Copyright © 1998, Lucent Technologies, Inc. All rights reserved.