Guest User

Untitled

a guest
May 27th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. newcommand{test}[1] {
  2. foreach obj in {#1} {
  3. obj[key1]
  4. obj[key2]
  5. }
  6. }
  7.  
  8. text{
  9. {
  10. [key1=abc, key2=def],
  11. [key1=ghi, key2=jkl]
  12. }
  13. }
Add Comment
Please, Sign In to add comment