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

[REBOL] Re: REBOL Enhancement Proposals (REPs)

From: rotenca:telvia:it at: 26-Sep-2001 18:06

From: "Joel Neely" <[joel--neely--fedex--com]>
> I was recently startled into believing that they're more than > similar... >> any-block? first [a/b/c]
== true
>> to-block first [a/b/c]
== [a b c]
>> pick first [a/b/c] 1
== a
>> poke first [a/b/c] 2 'z
== a/z/c
> Which, I'll admit, was quite a surprise to me!
Also for me! --- Ciao Romano