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

6 lines
59 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;; r2
length? "møøse"
;; r3
length? to-binary "møøse"