// check for multiple comments one after the other r = eval("// ABC\n// DEF\n42"); result = r==42;