Jump Start

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
   Jump Start
   Command Line Parameters
   Emedding CSS In Batch Files
Language
Directives
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
CSS Links
  

Start out writing a small test program with your favorite text editor and save it to a file named hello.css:

#loadLibrary 'KcSysLib'
 
main()
{
   sysLog("hello world");
}

Now run it by entering this command on the command line:

css hello
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>