Octave mode
x
1
%numbers
2
[1234 1234i 1234j]
3
[.234 .234j 2.23i]
4
[23e2 12E1j 123D-4 0x234]
5
6
%strings
7
'asda''a'
8
"asda""a"
9
10
%identifiers
11
a + as123 - __asd__
12
13
%operators
14
-
15
+
16
=
17
==
18
>
19
<
20
>=
21
<=
22
&
23
~
24
...
25
break zeros default margin round ones rand
26
ceil floor size clear zeros eye mean std cov
27
error eval function
28
abs acos atan asin cos cosh exp log prod sum
29
log10 max min sign sin sinh sqrt tan reshape
30
return
31
case switch
32
else elseif end if otherwise
33
do for while
34
try catch
35
classdef properties events methods
36
global persistent
37
38
%one line comment
39
%{ multi
40
line commment %}
41
42
MIME types defined: text/x-octave
.