Howdy, Ladislav:

        Yep-- you're right. :-)  

>  Hi, thanks, I forgot about it. But, see:
>  Money:
>  >> a: $100 == $100.00 >> poke a 2 3 == $3.00 >> a == $100.00
>  It seems immutable to me
>  Date: >> a: 7/1/2000 == 7-Jan-2000 >> poke a 1 8 == 7-Jan-0008 >> a
> == 7-Jan-2000
>  Time: >> a: 21:21 == 21:21 >> type? a ==  time!  >> poke  a 1 22 ==
> 22:21 >> a == 21:21
>  Tuple: >> a: 1.2.3 == 1.2.3 >> type? a == tuple!  >> poke a 1 22 ==
> 22.2.3 >> a == 1.2.3
>  So, I think, that although pokable, the values are immutable, which
> is not bad.
>  Ladislav

Reply via email to