README.adoc: "normand" -> "Normand"
[normand.git] / tests / pass-readme-learn-macro-def-2.nt
CommitLineData
320644e2
PP
1!macro nail(rep, with_extra, val)
2 {iter = 1}
3
4 !repeat rep
ee724c95
PP
5 [val + iter : uleb128]
6 [0xdeadbeef : 32]
320644e2
PP
7 {iter = iter + 1}
8 !end
9
10 !if with_extra
11 "meow mix\0"
12 !end
13!end
14
15ff
16---
17ff
This page took 0.022562 seconds and 4 git commands to generate.