cw2_marking/c4_add.sc
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 19 Nov 2025 18:15:38 +0000
changeset 1031 b62c0002c735
parent 977 7a02c5b9e0df
permissions -rw-r--r--
updated




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