cw2_marking/c4_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 17 Sep 2025 14:29:52 +0100
changeset 984 be2d568644f6
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated




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