mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
// check for multiple comments one after the other
|
|
r = eval("/* Hello */\n// DEF\n42");
|
|
result = r==42;
|