README.adoc: "normand" -> "Normand"
[normand.git] / tests / fail-macro-exp-nested-1.nt
1 !macro meow(yeah)
2 [yeah:8]
3 !end
4
5 !macro mix(yeah)
6 aa bb m:meow({yeah * 2})
7 !end
8
9 m:mix(12)
10 "hello" m:mix(899)
11 m:mix(16)
12 m:mix(19)
13 ---
14 10:9 - While expanding the macro `mix`:
15 6:9 - While expanding the macro `meow`:
16 2:4 - Value 1,798 is outside the 8-bit range when evaluating expression `yeah`
This page took 0.029992 seconds and 4 git commands to generate.