README.adoc: "normand" -> "Normand"
[normand.git] / tests / pass-macro-exp-var.nt
1 !m butter(val)
2 {milk = val * 2}
3 !be [milk : 8]
4 !end
5
6 m:butter(0x23) m:butter(0x42)
7 ---
8 46 84
This page took 0.029088 seconds and 4 git commands to generate.