assertEquals("MARKSCORE(4, Type1, 4, numVar)", s);
// MARKTABLE
a = new MarkTableAction(typeExpr1, numExpr1, wordTableExpr, stringExprNumExprMap, boolExpr1,
numExpr1, stringExpr, numExpr1);
s = v.verbalize(a);
assertEquals("MARKTABLE(Type1, 4, anyVar, \"string\" = 4, , true, 4, \"string\", 4)", s);
// MATCHEDTEXT
a = new MatchedTextAction(var, indexes);
s = v.verbalize(a);