if

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
      if
      switch
      while
      do
      for
   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
  
if (expression) statement-1 [else statement-2]

If expression evaluates true statement-1 is executed, otherwise statement-2. The else-part is optional.

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