|
Jump start |
|
|
Start out writing a small test program with your favorite text editor and save it to a file named hello.csl:
#loadLibrary 'ZcSysLib'
main()
{
sysLog("hello world");
}
Now run it by entering this command on the command line: csl hello
|
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |