NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



Operator | (Logical Or)

Logical operator or

You may use the term "|" or "or"

Sample Source

If True | False Then
  Say "That works!"
EndIf

Sample Source

If True or False Then
  Say "That works!"
EndIf

Minimum version: 1.0