SMProxy

Untitled

May 13th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. .macro data(params...)
  2. .start:
  3. .foreach item in data
  4. .if item === ~ ; remaining words in statement
  5. .start:
  6. .dat end - start
  7. .else
  8. .dat item
  9. .endif
  10. .end
  11. .end:
  12. .endmacro
  13.  
  14. data(~, "pascal string")
Advertisement
Add Comment
Please, Sign In to add comment