X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=gesamt%2Fag_snafu_01.3;fp=gesamt%2Fag_snafu_01.3;h=17ab765f19effce4bd07703b9cce588e77ff8a36;hp=0000000000000000000000000000000000000000;hb=029401d51612c5e69d7ac8603e1b69cd7ed6ef96;hpb=bf19094ac2573112418701ba4c6abf5779e3a9f7 diff --git a/gesamt/ag_snafu_01.3 b/gesamt/ag_snafu_01.3 new file mode 100644 index 0000000..17ab765 --- /dev/null +++ b/gesamt/ag_snafu_01.3 @@ -0,0 +1,32 @@ +struct + a b c +end; + +method bar(d e f) + var foo := a; + foo := b - c; + var bar := d - (e * f); + + if(4 = 2) then + var x := 1; + var hiho := 0; + else + var hiho := 0x1f; + end; + + var hiho := 2; + + while 0 < hiho do + if (42) then + var hiho := 0xff; /* hiho existiert bereits */ + hiho := hiho - 1; + end; + end; + + return 0; +end; + +struct + g + h +end;