Binary strings: Difference between revisions

m
(Added Arturo implementation)
Line 172:
 
<lang rebol>; creation
 
x: "this is a string"
y: "this is another string"
Line 202 ⟶ 201:
print z
 
; replace occurencesoccurrences of substring
print replace z "t" "T"</lang>
 
1,532

edits