6 lines
74 B
Text
6 lines
74 B
Text
a = ""
|
|
if a == ""
|
|
println["empty"]
|
|
|
|
if a != ""
|
|
println["Not empty"]
|