cw2_marking/c3_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Sun, 14 Sep 2025 12:59:23 +0100
changeset 984 32eead4cd30e
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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