CriticalSection
| Statement1, Statement2, Statement3, … |
| Required. Any expressions to be executed. Any number of parameters may be used. |
| Comments: | This statement works in a manner similar to Execute, but on the threaded level. |
Example:
If 1 Main;
[
IfThen(Valid(level),
CriticalSection(temp = a,
a = b,
b = temp ) );
]
