-
-
Save jots/4bef53a2d56853c45b25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hint: system [Processing] | |
| lib/system/ansi_c.nim(37, 2) Error: cannot 'importc' variable at compile time | |
| lib/system/ansi_c.nim(38, 2) Error: cannot 'importc' variable at compile time | |
| lib/system/ansi_c.nim(39, 2) Error: cannot 'importc' variable at compile time | |
| lib/system/ansi_c.nim(134, 10) Error: cannot 'importc' variable at compile time | |
| lib/system.nim(2110, 6) Error: cannot 'importc' variable at compile time | |
| lib/system.nim(2112, 6) Error: cannot 'importc' variable at compile time | |
| lib/system.nim(2114, 6) Error: cannot 'importc' variable at compile time | |
| Hint: stdin [Processing] | |
| >>> import strutils | |
| Hint: strutils [Processing] | |
| Hint: parseutils [Processing] | |
| >>> var a = "123" | |
| stdin(2, 4) Error: cannot evaluate at compile time: a | |
| Error: unhandled exception: stdin(2, 4) Error: cannot evaluate at compile time: a [ERecoverableError] | |
| % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment