Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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