cw2_marking/c4_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Fri, 26 Sep 2025 19:09:50 +0100
changeset 990 ef63ae3586b8
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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