RosettaCodeData/Task/Empty-string/J/empty-string-1.j
2023-07-01 13:44:08 -04:00

5 lines
51 B
Text

variable=: ''
0=#variable
1
0<#variable
0