NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



Operator & (Logical And)

Logical operator and

You may use the term "&" or "and"

Sample Source

If true & true Then
  Say "It must be true"
EndIf

Sample Source

If True and True Then
  Say "It must be true"
EndIf

Minimum version: 1.0