cw4_marking/for.while
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 28 Sep 2025 14:03:59 +0100
changeset 992 c3dd3a98f919
parent 978 8778d23fef92
permissions -rw-r--r--
updated

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