3 lines
76 B
Text
3 lines
76 B
Text
|
|
(set 'Str "møøse")
|
||
|
|
(println Str " is " (length Str) " characters long")
|