Skip to content

Instantly share code, notes, and snippets.

@def-
Created March 9, 2016 21:01
Show Gist options
  • Save def-/18979a11675cf94f90ea to your computer and use it in GitHub Desktop.
Save def-/18979a11675cf94f90ea to your computer and use it in GitHub Desktop.
proc a(x: int): int = x + 1
proc b(x: int): int = x + 2
proc c(x: int): int = x + 3
proc d(x: int): int = x + 4
echo 5.d.c.b.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment