Skip to content

Instantly share code, notes, and snippets.

@Yardanico
Created June 9, 2018 16:06
Show Gist options
  • Save Yardanico/24bc924b7d54d30c127c1bc4a22b16cc to your computer and use it in GitHub Desktop.
Save Yardanico/24bc924b7d54d30c127c1bc4a22b16cc to your computer and use it in GitHub Desktop.
template retSomething(a: untyped): int =
if true: 5
elif 5 < 3: 7
else: 89
let a = retSomething(whatever)
echo a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment