Octave mode

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

MIME types defined: text/x-octave.