From 19c73a5d0219f93858c188e15bdc4714941bc36e Mon Sep 17 00:00:00 2001 From: EXetoC Date: Sun, 4 May 2014 22:50:35 +0200 Subject: [PATCH] Forgot to remove that. --- doc/nimrodc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index a910291bd7..f079702abf 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`);""".}