Predefined Identifiers

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
   Comments
   Literals
   Var And Const
   Operators
   Statements And blocks
   Program Flow
   Exception Handling
   Functions
   Predefined Identifiers
Directives
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
CSS Links
  
Identifier Scope Value Comment
const true global 1  
const false global 0  
const cssVersion global CSS kernel version  
static const cssFileName global file/module name  
const argCount local # of arguments passed to function only present in functions with optional parameters
const cssFunction local function name only present in functions
const mainArgVals[] global arguments on command line only present when run by css.exe
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>