Scilab 6.1.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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 >> |