[REBOL] Re: A comment to Carl's blog
From: alain:goye:free at: 21-Oct-2004 10:16
----- Original Message -----
From: "Miquel Gay=E0" <[mgaya--conselldemallorca--net]>
To: <[rebolist--rebol--com]>
Sent: Thursday, October 21, 2004 10:27 AM
Subject: [REBOL] Re: A comment to Carl's blog
> Hi, list,
>
> From de console:
>
> >> system/version
> == 2.5.55.3.1
> >> data
> == [10 20 30]
> >> n: 2
> == 2
> >> data/2
> == 20
> >> data/:n
> == 20
> >> data/(n)
> == 20
> >> data/(n: 3)
> == 30
> >>
>
> I like the new feature!
>
> Miquel.
I would too, but where can I find a version (2.5.55.3.1) where it works ?
Is it only available in rebol/cmd, or in some beta I could not find ?
Alain.