RosettaCodeData/Task/Null-object/Bracmat/null-object.bracmat
2015-11-18 06:14:39 +00:00

3 lines
141 B
Text

a:?x*a*?z {assigns 1 to x and to z}
a:?x+a+?z {assigns 0 to x and to z}
a:?x a ?z {assigns "" (or (), which is equivalent) to x and to z}