[REBOL] Re: New competition: do you accept the challenge?! :-)
From: tom:conlin:gmai:l at: 7-Nov-2007 11:37
stealing ideas as quickly as I can halves the time again... rebol [] print "START" s1: now/time/precise finale: make string! 40000 b: [i ",1-" i] repeat i 10000[ change b i all[i < 10 change back tail b i] finale: insert finale copy/part next to string! b 4 ] print now/time/precise - s1 print length? finale: head finale halt Tom wrote: