// testcase.txt

dd = 0

to tc | c d =
  c = 10
  case c
     1: dd = 1
     2: dd = 2
     else:
          dd = 33
  d = d + 9

