|
|
|
|
Functions
MioScript Reference
|
|
Syntax
Parameters
None.
Return value
No value is returned.
Description
Marks the end of a block of code interpreted depending on the result of the condition of the latest if.
Note: Do not add parenthesis at this end of this function as in the example below.
See also: if, if.else
More information: MioScript: Conditions |
MioScript Sample Code
if(&firstVar = &secondVar)
...
if.else
...
if.end |
|
|
|