RosettaCodeData/Task/Empty-string/Frink/empty-string.frink

7 lines
74 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a = ""
if a == ""
println["empty"]
if a != ""
println["Not empty"]