diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index b7b4c46e98..a910291bd7 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`);""".}