Re: HELP ME, please



Ciobin wrote:
>
> "David Flower" <DavJFlower@xxxxxxx> ha scritto nel messaggio
> news:1120142497.278767.325470@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> > 2) This assigns initial values to the variables at compile time
> >
> The same of:
>
> 1) integer*4 a,p,ix,b15,b16,xhi,xalo,leftlo,fhi,k
>
> 2) data a/16807/,b15/32768/,b16/65536/,p/2147483647/
>
> a=16807
> b15=32768
> b16=65536
> p=2147483647
>
> Why don't It do in this mode?

The key phrase in the above was "at <compile> time" (as in <not> run
time)...
.