cw2_marking/c3_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Sat, 11 Oct 2025 09:12:13 +0100
changeset 1007 5ebe843c1184
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated




def test_string(prog: String) = {
  val tks = tokenise(prog)
  tks
}