Skip to content

Instantly share code, notes, and snippets.

@LemonBoy

LemonBoy/- Secret

Created July 11, 2018 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LemonBoy/54e377c033f2a0f161f2f0c857827b68 to your computer and use it in GitHub Desktop.
Save LemonBoy/54e377c033f2a0f161f2f0c857827b68 to your computer and use it in GitHub Desktop.
proc foo[T]() =
template y(v: untyped) =
let `v` {.inject.} = 4
y(q25)
echo q25
#foo.nim(4, 5) Error: undeclared identifier: 'q25'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment