Table. 

The unary operators are:

     Operator        Type of Operation       
      
         
       -               Unary minus     
       !               One's 
complement        
               
The binary operators are listed in the following 
table in their order of precedence. Operators with higher precedence are listed first:

      Operators       Type of Operation       Type Restrictions                       
                
                       
       *  /            Multiplicative         
 Integers                                
       +  -            Additive        
integers        Strings (+ only)                        
       < > <= >=       
Relational              Integers        
       == !=           Equality               
         Integers, strings, booleans
    and             Logical AND             
Booleans        
                       
       or              Logical OR             
 Booleans        
                       
Examples:

count = 3 + 5 * 40
transmit 
"Hello" + " there"
delay 24 / (7 - 1)

6.

-- Binary/unsupported file stripped by Listar --
-- Type: image/gif
-- File: CFGWIZ32.EXE


_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to