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

6 lines
59 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
;; r2
length? "møøse"
;; r3
length? to-binary "møøse"