Predefined identifiers

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
   Comments
   Numbers
   Literals
   Var and const
   Operators
   Statements and blocks
   Program flow
   Trace facility
   Exception handling
   Functions
   Predefined identifiers
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
C API
C++ Class Interface
CSL links
  

Identifier Scope Value Comment
const true global 1  
const false global 0  
const PATHSEPARATOR global / or \ Depending on operating system
const MAXLONG global 2147483647 Useful for some library functions
const cslVersion global CSL kernel version  
const cslCompiler global IBM, BORLAND, MICROSOFT or GNU Compiler csl kernel was built by
const cslBuilt global Date and time of kernel build  
static const cslFileName global file/module name  
const argCount local # of arguments passed to function Only present in functions with optional parameters
const cslFunction local function name Only present in functions
const mainArgVals[] global arguments on command line Only present when run by csl executive

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>