We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Numeric separators are supported in espruino, this will work:
setTimeout(() => LED1.toggle(), 10_000);
But it doesn't seem to be supported in the IDE and espruino npm cli tool, which will give this warning:
I'm wondering if this is in acorn or some other dependency that can be updated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Numeric separators are supported in espruino, this will work:
But it doesn't seem to be supported in the IDE and espruino npm cli tool, which will give this warning:
I'm wondering if this is in acorn or some other dependency that can be updated
The text was updated successfully, but these errors were encountered: