Skip to content

Instantly share code, notes, and snippets.

@gradha
Last active January 2, 2016 07:08
Show Gist options
  • Save gradha/8267759 to your computer and use it in GitHub Desktop.
Save gradha/8267759 to your computer and use it in GitHub Desktop.
Because we can
template usethis(v, e: expr): stmt {.immediate.} =
block:
using v
e
when isMainModule:
var a, s = "kill it"
usethis(s):
add(" with fire")
usethis(a):
add(" with water")
echo a
echo s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment