Merge branch 'master' of git://github.com/skinner33/testub10
[testub10.git] / parser / skinner_01.2
1 method blabb
2 var foo := 5;
3 if foo < 0x0F3 then
4         /* hier
5                 kommt komm
6         mentar
7         */
8         foo := foo - 0x3;
9 else
10         foo := foo * 00244;
11 end