cw2_marking/c4_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 17 Sep 2025 14:29:52 +0100
changeset 985 c7e944977e39
parent 978 8778d23fef92
permissions -rw-r--r--
updated




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