X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=gesamt%2Fold_abgabe_cc.0;fp=gesamt%2Fold_abgabe_cc.0;h=19f9094b4e812a81cc9ac0bfdc402559ea981d09;hp=0000000000000000000000000000000000000000;hb=f6c98fd6b461e7a3025dabd62148d38baabb6339;hpb=029401d51612c5e69d7ac8603e1b69cd7ed6ef96 diff --git a/gesamt/old_abgabe_cc.0 b/gesamt/old_abgabe_cc.0 new file mode 100644 index 0000000..19f9094 --- /dev/null +++ b/gesamt/old_abgabe_cc.0 @@ -0,0 +1,13 @@ +method f(x) + return (x-1).g(this-(-1)); +end; +/* +#C-Funktion: +#long g(long x, long y) +#{ +# return h(x*2, y*3)+1; +#} +*/ +method h(x) + return x*this; +end;