Created
August 4, 2018 06:19
-
-
Save ndugger/6728248a42257f0b188cd2712d03e432 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| macro example (foo, bar) { | |
| // code here | |
| } | |
| example('foo', 'bar'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment