RosettaCodeData/Task/String-length/REBOL/string-length-1.rebol

6 lines
59 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;; r2
length? "møøse"
;; r3
length? to-binary "møøse"