Directives

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
   #include
   #list
   #loadLibrary
   #loadScript
   #logFile
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
CSS Links
  

Directives are introduced by #. Unlike C and C++ directives are not processed by a precompiler but by the compiler itself. They serve as commands executed at compile time.

One effect of this is that you may use const's and constant expressions as arguments for the directives.

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