On Thu, 01 Oct 2009 05:02:10 +0100, Tom S wrote:
> Moritz Warning wrote:
>> Hi,
>>
>> how can I access the original value for xs?
[..]
>
> You were probably looking for the old meaning of .init, but it's gone
> now, so I present these alternative fixes:
>
> 1) You need to load the state of the
Tom S wrote:
2) Perhaps a custom-fit Delorian will do.
DeLorean, even.
Moritz Warning wrote:
Hi,
how can I access the original value for xs?
I assume that xs is allocated at program start,
because I don't get an access violation on gnu/linux
when I reassign values.
But how can I access the original value?
Do I have to keep a copy before xs is modified?
import ta
Hi,
how can I access the original value for xs?
I assume that xs is allocated at program start,
because I don't get an access violation on gnu/linux
when I reassign values.
But how can I access the original value?
Do I have to keep a copy before xs is modified?
import tango.io.Stdout;
void ma