Contents
Display Legacy Contents

 Print
    Division      
This operator is used in <numeric> expressions. Use it to divide one value for another.

Symbol: /


     
Example 1
  Example 2   Example 3
10 / 5

Result = 2
  "Kalipso" / 2

Result = 0
  2 / "Kalipso"

Result= #K_DIVISON_BY_ZERO_K#

See also
Samples
Sample 1
Sample 2
 
Updated: 3/25/2013 11:50 AM