X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=parser%2Fskinner_00.2;fp=parser%2Fskinner_00.2;h=cdeae7975f5b0b2da7f64af15a2669a8c8ac215a;hb=068b8afe2c5a3052066f8d9e0165e1894c70ef03;hp=0000000000000000000000000000000000000000;hpb=f9a8264f34e2b4ba27c016bd16d95a81234e7ef6;p=testub10.git diff --git a/parser/skinner_00.2 b/parser/skinner_00.2 new file mode 100644 index 0000000..cdeae79 --- /dev/null +++ b/parser/skinner_00.2 @@ -0,0 +1,11 @@ +method blabb +var foo := 5; +if foo < 0x0F3 then + /* hier + kommt komm + mentar + */ + foo := foo - 0x3; +else + foo := foo * 4; +end