Felder (Arrays, Vektoren)

Beispiel:

int [] x = { 3, 1, 4, 1, 5, 9 };
x[x[2]] := x[0];



Johannes Waldmann 2008-01-28