| Matlab | Octave | Scilab | |||
| % | = | % | ! | // | Commentaires |
| ... | = | ... | = | ... | Continuation |
| ... | = | ... | ⇐ | .. | Variantes non portables |
| ... | ⇐ | , | ⇒ | ... | |
| ... | ⇐ | \ | ⇒ | ... | |
| exist() | = | exist() | ⇒ | exists() | Existence d'une variable |
| exist() | = | exists() | = | exist() | Fonction à programmer avec 'exists()' |
| version | = | version | # | getversion() | Version de l'interpréteur ... |