Skip to content

Instantly share code, notes, and snippets.

@Yardanico

Yardanico/a.nim Secret

Last active May 29, 2020 20:54
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 Yardanico/c310d016b9ace4e446ba5ed544e9dcf2 to your computer and use it in GitHub Desktop.
Save Yardanico/c310d016b9ace4e446ba5ed544e9dcf2 to your computer and use it in GitHub Desktop.
template doWhile(cond, body: untyped): untyped =
body
while cond:
body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment