end
end keyword
Description
Used at end of loops or conditionals.
for
, while
, if
,
select
must be terminated by end
.
Examples
See also
- endfunction
- break — keyword to interrupt loops
- continue — keyword to pass control to the next iteration of a loop
- dollar — ($) last index
- comma — (,) comma; instruction, argument separator
- semicolon — (;) ending expression and row separator
- for — keyword entering a non-conditional loop
- while — Opens a block of instructions iterated on a heading condition
- if — keyword for conditional execution
- select — select keyword
History
Version | Description |
6.0.0 |
|
Report an issue | ||
<< elseif | Control flow | for >> |