• Hi

    I'm assembling a string of special characters e.g.:

     print("\x10\x20\x10");
    

    While it works flawlessly on the Espruino the IDE marks \x20 as unnecessary escapement. Note, \x10 is not marked. I assume its a bug in the IDE?

About

Avatar for AntiCat @AntiCat started