RosettaCodeData/Task/String-length/Pop11/string-length.pop11

3 lines
54 B
Plaintext

lvars str = 'Hello, world!';
lvars len = length(str);