Add `!else` support for conditional block
[normand.git] / tests / pass-cond-blk-else.nt
1 !m salut(meow)
2 !if meow
3 "true"
4 !else
5 "false"
6 !end
7 !end
8
9 m:salut(1)
10 m:salut(0)
11 ---
12 74 72 75 65
13 66 61 6c 73 65
This page took 0.030912 seconds and 4 git commands to generate.