NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



If

Branching-- If...Then

Sample Source

If (True Or False) Then
    Say "Yes"
Else
    Say "No"
EndIf

Sample Source

If (True | False) Then
    Say "Yes"
Else
    Say "No"
EndIf

Minimum version: 1.0