cw4_marking/for.while
author Christian Urban <christian.urban@kcl.ac.uk>
Fri, 26 Sep 2025 19:09:50 +0100
changeset 990 ef63ae3586b8
parent 978 8778d23fef92
permissions -rw-r--r--
updated

for i := 2 upto 4 do {
    write i
}