Skip to content

Instantly share code, notes, and snippets.

@gnidan
Created February 15, 2010 18:21
Show Gist options
  • Save gnidan/304858 to your computer and use it in GitHub Desktop.
Save gnidan/304858 to your computer and use it in GitHub Desktop.
template foo(n)
do n
bar(n)
print i0
end do
template bar(n)
do n
print i1
endo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment