Comments

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
  

Any characters between /* and */ are ignored by CSL. CSL also ignores the rest of a source line behind //

/* this comment
   may spread over
   several lines */
 
// this comment is on a single line
  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>