Use only naked `{` and `}` for variable assignment
[normand.git] / tests / pass-macro-exp-three-params.nt
1 !m meow(rep, cond, val)
2 !repeat rep
3 aa bb cc dd
4
5 !if cond
6 "hello" [val * 2 : 8]
7 !end
8 !end
9 !end
10
11 ff <lbl1> ff m:meow(3, 0, {lbl1 * 2}) ee ee
12 ff <lbl2> ff m:meow(2, 1, {lbl2 * 2}) ee ee
13 ---
14 ff ff
15 aa bb cc dd
16 aa bb cc dd
17 aa bb cc dd
18 ee ee
19
20 ff ff
21 aa bb cc dd
22 68 65 6c 6c 6f
23 44
24
25 aa bb cc dd
26 68 65 6c 6c 6f
27 44
28 ee ee
This page took 0.030638 seconds and 4 git commands to generate.