6.0

Table Of Contents
121
LineTo(&width,&height)
LineTo(0.0,&height)
LineTo(0.0,0.0)
ClosePath()
Stroke()
endobject()
Or (Boolean operator function)
Returns true if either or both specified expressions are true, false otherwise.
Syntax
or( expression1, expression2 ) Boolean value
expression1 or expression2 Boolean value
Arguments
expression1, expression2 — Boolean values.
Code Sample Examples
These examples illustrate the possible values for OR.
Example 1
or(true, false) %Returns true
Example 2
or(false, true) %Returns true
Example 3
or(false, false) %Returns false
Example 4
or(true, true) %Returns true
Ord (function)
Returns the ASCII value of a character.