mirror of
https://github.com/espruino/Espruino.git
synced 2026-02-01 15:55:37 +00:00
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
// check for multiple comments one after the other
|
|
r = eval("/* Hello */// DEF\n42");
|
|
result = r==42;
|