Global Functions and Instructions
The global functions and examples follow.
Operator | Type | Result |
---|---|---|
= | Equality operator |
Note:
Always true if A and B are pure.
|
<> | Inequality operator |
|
Examples
IO_Double1 = 5 IO_Double1 = IO_Double2 IO_Double2 <> 5 IO_Double2 <> IO_Double2