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