X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codeb%2Fabgabe_bi.0;fp=codeb%2Fabgabe_bi.0;h=d7e17d8500ffc283d045a71266ac7bd07b9be11e;hp=0000000000000000000000000000000000000000;hb=db2886cc9203ecfa582f2a7ae83e6630187329aa;hpb=b69df8b7819d52f5f432fed67fc5a317d2c19d7f diff --git a/codeb/abgabe_bi.0 b/codeb/abgabe_bi.0 new file mode 100644 index 0000000..d7e17d8 --- /dev/null +++ b/codeb/abgabe_bi.0 @@ -0,0 +1,17 @@ +struct a b c end; + +method m(flag) + a:=b-1; + if flag then + b:=c-1; + var a:=95; + c:=a-1; + else + a:=a-10; + var b:=a*2; + b:=23; + c:=b*2; + end; + b:=b-17; + return this; +end;