cw4_marking/for.while
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 08 Oct 2025 10:42:10 +0100
changeset 1003 bae8c3eb51c7
parent 978 8778d23fef92
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
978
8778d23fef92 updated marking scripts
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     1
for i := 2 upto 4 do {
8778d23fef92 updated marking scripts
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     2
    write i
8778d23fef92 updated marking scripts
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     3
}