Download si.notice

Back to the list

Display this manual page in
$$$$ SI       NOTICE  CHAT      11/09/12    21:18:07     7124           
                                             DATE     11/09/12

    Directive SI                             Voir aussi : SINO
    ------------                                          FINS   
    SI  LOG1 ;


    Description :
    _____________

    The SI, SINON, and FINSI instructions enable the conditional 
 execution of data according to the value of the variable LOG1
 (LOGIQUE type)
 
    Example :
    _________

    BOOL = I > 10 ;
    SI   BOOL ;

    J= 2 * I ;  COMM executes if I is greater than 10
    LIST J ;

    SINON ;

    J= I ;      COMM executes if I is smaller than 10

    FINSI ;


    Note : SINON is optional.
    ______

 

© Cast3M 2003 - All rights reserved.
Disclaimer