cw4_marking/for.while
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 03 Feb 2025 13:25:59 +0000
changeset 979 15e49c674b46
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated

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