RosettaCodeData/Task/Empty-string/Axe/empty-string.axe
2023-07-01 13:44:08 -04:00

6 lines
72 B
Text

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