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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nim-works/nimskull#41
The programs below doesn't work with JS backend
type c_git_diff_option_t* = enum c_GIT_DIFF_NORMAL = 0 shl 0 c_GIT_DIFF_IGNORE_BLANK_LINES = 1 shl 31
Ref nim-works/nimskull#10
int is 32 bit for JS VM/backend
block multi_key: var used = 0 let curly = { "key1", "key2": (inc used; used), "key3": (inc used; used) } doAssert used == 3, "Expression is evaluated for each key" doAssert curly == [ ("key1", 1), ("key2", 2), ("key3", 3) ]
import os
import os block: echo 123
std/json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
issues from nimskull
nim-works/nimskull#41
JS backend
The programs below doesn't work with JS backend
Ref nim-works/nimskull#10
int is 32 bit for JS VM/backend
accept invalid
import os
causes indentation error in Python.Documentation
Json
std/json
backThe text was updated successfully, but these errors were encountered: