Add macro support
[normand.git] / tests / pass-macro-exp-cond.nt
1 !m maybe(cond)
2 !if cond
3 "salut"
4 !end
5 !end
6
7 m:maybe(0) ff m:maybe(1)
8 ---
9 ff
10 73 61 6c 75 74
This page took 0.03017 seconds and 4 git commands to generate.