RosettaCodeData/Task/String-length/SETL/string-length.setl

2 lines
98 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
print(# "Hello, world!"); -- '#' is the cardinality operator. Works on strings, tuples, and sets.