Add macro support
[normand.git] / tests / pass-macro-exp-one-param.nt
1 !m meow(rep)
2 !repeat rep
3 aa bb cc dd
4 "hello"
5 !end
6 !end
7
8 ff ff m:meow(3) ee ee
9 ---
10 ff ff
11
12 aa bb cc dd
13 68 65 6c 6c 6f
14
15 aa bb cc dd
16 68 65 6c 6c 6f
17
18 aa bb cc dd
19 68 65 6c 6c 6f
20
21 ee ee
This page took 0.031197 seconds and 4 git commands to generate.