| then | |
| ACTION: |
starts the conditional block where the prior test is met.
|
| USE: |
conditional execution
|
| EXAMPLE: |
if a>b then print a |
| RELATED: |
conditionals
if
elseif
endif
|
| then | |
| ACTION: |
starts the conditional block where the prior test is met.
|
| USE: |
conditional execution
|
| EXAMPLE: |
if a>b then print a |
| RELATED: |
conditionals
if
elseif
endif
|