Scilab 5.3.1
- Aide Scilab
- Scilab
- Mots clés Scilab
- ans
- backslash (\)
- brackets ([,])
- case
- colon (:)
- comma (,)
- comments
- do
- dot (.)
- else
- elseif
- empty ([])
- end
- for
- global
- hat (^)
- if then else
- left ([)
- minus (-)
- not (~)
- parents ( )
- percent (%)
- plus (+)
- power
- quote (')
- return
- select
- semicolon (;)
- slash (/)
- star (*)
- then
- tilda (~)
- try
- while
- comparison
- equal
- less
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 — exécution conditionnelle
- comparison — comparison, relational operators
- equal — (=) assignment , comparison, equal sign
<< equal | Mots clés Scilab | TMPDIR >> |