cw5_marking/c1_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Fri, 31 Oct 2025 19:26:11 +0000
changeset 1020 36799f7b9702
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated




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