Use only naked `{` and `}` for variable assignment
[normand.git] / tests / pass-macro-exp-param-float.nt
index f06de848ea5c3224ce3ecda1e6f3a394f433221b..d432dd554c87a9fb6813dc0bd7c4afb89a1d144b 100644 (file)
@@ -1,8 +1,8 @@
 !macro salut(a, b, c)
-  "meow" {b : 32}
+  "meow" [b : 32]
 !end
 
-{be}
+!be
 aa bb
 m:salut(42, 45.12, 12)
 m:salut(42, -12.34e9, 12)
This page took 0.027202 seconds and 4 git commands to generate.