[REBOL] Re: REP
From: rotenca:telvia:it at: 12-Jan-2003 14:13
Hi Gabriele, beyond your proposal, compile-rule is a wonderfull tool, i'm already using it to build custom new rules like not rule to-first ["a" "b" "c"] and so on>but I'm not sure EVALUATE is the best word since it doesn't indicate >that the following word will be set to a value. What about adding an >/EVAL refinement to SET?I propose eval x integer! 3 + 3 or do x integer! 3 + 3 or do x: integer! 3 + 3 --- Ciao Romano