RosettaCodeData/Task/String-length/GAP/string-length.gap

4 lines
50 B
Plaintext

Length("abc");
# or same result with
Size("abc");