cw5_marking/c1_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 08 Oct 2025 10:42:10 +0100
changeset 1003 bae8c3eb51c7
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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