Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. defdowithchar#1{%
  2. % some actions with #1
  3. }
  4.  
  5. defmymacro#1{%
  6. % further pseudocode
  7. for (every character ch in #1)
  8. dowithchar{ch}
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement