Octave mode
1
%numbers2
[1234 1234i 1234j]3
[.234 .234j 2.23i]4
[23e2 12E1j 123D-4 0x234]5
6
%strings7
'asda''a'8
"asda""a"9
10
%identifiers11
a + as123 - __asd__12
13
%operators14
-15
+16
=17
==18
>19
<20
>=21
<=22
&23
~24
...25
break zeros default margin round ones rand26
ceil floor size clear zeros eye mean std cov27
error eval function28
abs acos atan asin cos cosh exp log prod sum29
log10 max min sign sin sinh sqrt tan reshape30
return31
case switch32
else elseif end if otherwiseMIME types defined: text/x-octave.
