[REBOL] Abbott and Costello
From: jeff:rebol at: 4-Jul-2001 13:38
REBOL [ Title: "Who's on zeroth?" ] site: http://www.city-net.com/abbottandcostellofc/whoscrip.htm src: copy "" foreach i load/markup site [if not tag? i [append src i]] foreach [f t] [ "first" "zeroth" "second" "first" "third" "second" " " " " ][replace/all src f t] print src