1
2% Code only with a very very very very very very very very very very looong line
3%
4x = 5;
5
6for i = 1:5
7  x += i;  # Might be useful "perhaps"
8endfor
9
10%{
11Multiline comment with keyword if "if" and 'if'
12%}
13
14if (x == 'a')
15  y = sin (x);
16endif
17
18#{
19Multiline comment with keyword if "if" and 'if'
20#}
21
22str = "some % string \" ' with %{";
23str2 = 'another % string '' " with %{';
24%
25