Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .macro data(params...)
- .start:
- .foreach item in data
- .if item === ~ ; remaining words in statement
- .start:
- .dat end - start
- .else
- .dat item
- .endif
- .end
- .end:
- .endmacro
- data(~, "pascal string")
Advertisement
Add Comment
Please, Sign In to add comment