Comments

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
  

Any characters between /* and */ are ignored by CSS. CSS 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 LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>