Eingabe a, b; int c := a; a := b; b := c; Ausgabe a, b;
für Zahl a von 0 bis 9 { Ausgabe (a); }
Zahl a = 0; while ( a*a != 125 ) { a := a + 1; }