Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import macros
- macro make: PNimrodNode {.immediate.} =
- return newProc(name = ident("foo"), body = newStmtList(parseStmt("echo(\"hi\")")))
- make()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement