RosettaCodeData/Task/Empty-string/Bracmat/empty-string.bracmat
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

9 lines
214 B
Text

( :?a
& (b=)
& abra:?c
& (d=cadabra)
& !a: { a is empty string }
& !b: { b is also empty string }
& !c:~ { c is not an empty string }
& !d:~ { neither is d an empty string }
)