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

4 lines
71 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
s: "the quick brown fox jumps over the lazy dog";
slength(s);
/* 43 */