RosettaCodeData/Task/String-length/Arturo/string-length.arturo

4 lines
48 B
Plaintext

str: "Hello World"
print ["length =" size str]