diff options
author | EXetoC <exetoc@gmail.com> | 2014-05-04 22:50:35 +0200 |
---|---|---|
committer | EXetoC <exetoc@gmail.com> | 2014-05-04 22:50:35 +0200 |
commit | 19c73a5d0219f93858c188e15bdc4714941bc36e (patch) | |
tree | 18f61fad64b7dc0a8c75d7978835db17db8e51b8 /doc/nimrodc.txt | |
parent | f8b5133750bbfb80cd5949fdeb479e11b8bfc774 (diff) | |
download | Nim-19c73a5d0219f93858c188e15bdc4714941bc36e.tar.gz |
Forgot to remove that.
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 a910291bd..f079702ab 100644 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -361,7 +361,7 @@ Example: """.} {.push stackTrace:off.} - proc embedsC() = + proc embedsC() = var nimrodVar = 89 # use backticks to access Nimrod symbols within an emit section: {.emit: """fprintf(stdout, "%d\n", cvariable + (int)`nimrodVar`);""".} |