RosettaCodeData/Task/String-length/Axe/string-length.axe
2016-12-05 23:44:36 +01:00

2 lines
48 B
Text

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