mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
5 lines
195 B
JavaScript
5 lines
195 B
JavaScript
// http://forum.espruino.com/conversations/342409/#comment15050676
|
|
// flat string vs string compare
|
|
|
|
result = E.toString("this is a test of string compare")==="this is a test of string compare";
|