Advertisement
Guest User

Untitled

a guest
May 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ----------------input file-------------
  2.  
  3. #define FOO
  4. [foo][/foo]
  5. #enddef
  6.  
  7. #define MACRO
  8. #undef FOO
  9. #enddef
  10.  
  11. {FOO}
  12. {MACRO}
  13. {FOO}
  14.  
  15.  
  16.  
  17. ----------spoilers below------------
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. ------------ preprocessed output ---------
  53. [foo][/foo]
  54. dummy=FOO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement