RosettaCodeData/Task/String-length/Axe/string-length.axe

3 lines
48 B
Plaintext

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