Created
March 11, 2015 11:06
-
-
Save akiradeveloper/45d1c5874b29d32e039d to your computer and use it in GitHub Desktop.
simple macro not work
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import macros | |
macro mac(n: expr): expr = | |
proc f(): int = | |
n.intVal.int | |
echo mac(10)() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment