Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.1 - English

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab Help >> Scilab > Scilab keywords > symbols

symbols

scilab operator names

Description

Use the following names to get help on a specific symbol.

operator name in Scilab help
',", .' quote
+ plus
- minus
*, .*, *. star
.*. kron
/, ./, /., ./. slash
//, /* */ comments
\,.\ ,\., .\. backslash
. dot
=, == equal
<,>,>=,<=,<> less, greater
~ tilde
[] brackets
() parentheses
% percent
: colon
, comma
; semicolon
^, .^ hat, power
|, || or_op
&, && and_op
$ dollar

For historical reasons, different symbols may represent the same operator:

@ as the same meaning as ~

` as the same meaning as <

It is highly recommended not to use these features because they will be removed in the future.

See also

  • overloading — display, functions and operators overloading capabilities
Report an issue
<< star Scilab keywords tilde >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Feb 12 19:26:46 CET 2018