RosettaCodeData/Task/String-length/Maxima/string-length.maxima

4 lines
71 B
Plaintext

s: "the quick brown fox jumps over the lazy dog";
slength(s);
/* 43 */