RosettaCodeData/Task/Empty-string/Axe/empty-string.axe

7 lines
72 B
Plaintext

""→Str1
!If length(Str1)
Disp "EMPTY",i
Else
Disp "NOT EMPTY",i
End