Use only naked `{` and `}` for variable assignment
[normand.git] / tests / pass-macro-exp-three-params.nt
CommitLineData
320644e2
PP
1!m meow(rep, cond, val)
2 !repeat rep
3 aa bb cc dd
4
5 !if cond
ee724c95 6 "hello" [val * 2 : 8]
320644e2
PP
7 !end
8 !end
9!end
10
11ff <lbl1> ff m:meow(3, 0, {lbl1 * 2}) ee ee
12ff <lbl2> ff m:meow(2, 1, {lbl2 * 2}) ee ee
13---
14ff ff
15 aa bb cc dd
16 aa bb cc dd
17 aa bb cc dd
18ee ee
19
20ff 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
28ee ee
This page took 0.02313 seconds and 4 git commands to generate.