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

[REBOL] Re: Core 2.5.2 - Less aggressive evaluation - howto evaluate ?

From: cyphre:seznam:cz at: 7-May-2002 22:40

Hi Romano, ;-)
>> z: to-path 'system/schemes
== system/schemes 1)
>> type? first reduce [z]
== path! 2)
>> type? do func [x][x] z
== path! 3)
>> type? use [][z]
== path! 4)
>> type? do [z]
== path! View 1.2.5.3.1 and Core 2.5.2.3.1 regards, Cyphre ----- Original Message ----- From: "Romano Paolo Tenca" <[rotenca--telvia--it]> To: <[rebol-list--rebol--com]> Sent: Tuesday, May 07, 2002 7:39 PM Subject: [REBOL] Re: Core 2.5.2 - Less aggressive evaluation - howto evaluate ?