cw4_marking/for.while
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 10 Sep 2025 15:57:21 +0100
changeset 983 ed8d8ba2cb34
parent 978 8778d23fef92
permissions -rw-r--r--
updated

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