X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codeb%2Fcodea_lewurm_09.0;fp=codeb%2Fcodea_lewurm_09.0;h=b42b23846464ba9c2fc89f1f4dc8f762d785015d;hp=0000000000000000000000000000000000000000;hb=f6b3a96e0cd4fbae723dbbe8a4c85ea3673a0546;hpb=d9a522cb1be164037e10a8d7bae6941a98aef011 diff --git a/codeb/codea_lewurm_09.0 b/codeb/codea_lewurm_09.0 new file mode 100644 index 0000000..b42b238 --- /dev/null +++ b/codeb/codea_lewurm_09.0 @@ -0,0 +1,12 @@ +struct j k l end; +method w() + return this.k; +end; + +method x() + return l; +end; + +method y() + return (this-8).k; +end;