Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
less
(<) lower than comparison
great
(<) greater than comparison
Description
logical comparison symbol
- <>
means "different" (same as
~=
)- <
means "lower than"
- >
means "larger than"
- <=
means lower than or equal to.
- >=
means larger than or equal to
See Also
- if — conditional execution
- comparison — comparison, relational operators
- equal — (=) assignment , comparison, equal sign
<< left | Scilab keywords | minus >> |