Advertisement
Guest User

Untitled

a guest
Dec 13th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import macros
  2.  
  3. macro make: PNimrodNode {.immediate.} =
  4. return newProc(name = ident("foo"), body = newStmtList(parseStmt("echo(\"hi\")")))
  5.  
  6. make()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement