RosettaCodeData/Task/String-length/Maxima/string-length.maxima
2023-07-01 13:44:08 -04:00

3 lines
71 B
Text

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