6263646566676869
assertEquals(eval(c, "asdf", "qwer"), "asdfqwer"); assertEquals(eval(c, 1, 2, 3.), "123.0"); } public void testDOLLAR() throws Exception { DOLLAR d = new DOLLAR(); fail("DOLLAR not implemented"); }