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

2 lines
48 B
Text

"HELLO, WORLD"→Str1
Disp length(Str1)▶Dec,i