codea: felder und not testfaelle
[testub10.git] / codea / lewurm_09.call
1 long w(long);
2 long x(long);
3 long y(long);
4
5 long t[3] = {5,6,7};
6 RET(w((long)t)==6 && x((long)t)==7 && y((long)t)==5);