diff options
| -rw-r--r-- | examples/working-compiler/scope-macro.test | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/working-compiler/scope-macro.test b/examples/working-compiler/scope-macro.test new file mode 100644 index 0000000..8eb96bb --- /dev/null +++ b/examples/working-compiler/scope-macro.test @@ -0,0 +1,15 @@ +{ + /outer_macro dump +} /macro defq + +{ + { + /inner_macro dump + } "macro" defq + + /here dump + macro + /there dump +} * + +macro |
