cw4_marking/for.while
author Christian Urban <christian.urban@kcl.ac.uk>
Fri, 18 Sep 2026 10:57:24 +0100
changeset 1038 34d2cfb7761a
parent 977 7a02c5b9e0df
permissions -rw-r--r--
texupdate
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
977
7a02c5b9e0df updated marking scripts
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     1
for i := 2 upto 4 do {
7a02c5b9e0df updated marking scripts
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     2
    write i
7a02c5b9e0df updated marking scripts
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     3
}