URL encoding: Difference between revisions

Content added Content deleted
(Added Wren)
Line 104: Line 104:
=={{header|Arturo}}==
=={{header|Arturo}}==


<lang rebol>encoded: encode.url "http://foo bar/"
<lang rebol>encoded: encode.url.slashes "http://foo bar/"
print encoded</lang>
print encoded</lang>