codea: besserer call @ snafu_03 und update fuer einige referenzwerte
[testub10.git] / ag / fieselschweif_03.0
1 /* variable and field can have the same name */
2 struct a b end;
3 method foobar(a)
4         var b := 23;
5 end;