diff options
author | EXetoC <exetoc@gmail.com> | 2014-05-04 22:49:58 +0200 |
---|---|---|
committer | EXetoC <exetoc@gmail.com> | 2014-05-04 22:49:58 +0200 |
commit | f8b5133750bbfb80cd5949fdeb479e11b8bfc774 (patch) | |
tree | e04a90cb4d66dae8c39c4006237a3bee4aa622fb /doc/nimrodc.txt | |
parent | 0a0b74bc24f08c0c14712b2e445dfda11787f202 (diff) | |
download | Nim-f8b5133750bbfb80cd5949fdeb479e11b8bfc774.tar.gz |
Typo.
Diffstat (limited to 'doc/nimrodc.txt')
-rw-r--r-- | doc/nimrodc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index b7b4c46e9..a910291bd 100644 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -361,7 +361,7 @@ Example: """.} {.push stackTrace:off.} - proc embedsC() {.asmNoStackFrame.} = + proc embedsC() = var nimrodVar = 89 # use backticks to access Nimrod symbols within an emit section: {.emit: """fprintf(stdout, "%d\n", cvariable + (int)`nimrodVar`);""".} |