[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mobile variables



Adrian Lawrence wrote:
> 
> Mobile Variables (2)

> --{{{  1) Multiple abbreviation
> 
> MOBILE [4 *N]BYTE array:
> 
> first  IS MOBILE [array FROM 0 FOR 2*N]:
> second IS MOBILE [array FROM 2*N]:
> 
> PAR
>   SEQ
>     CLAIM first                 -- this might not succeed
>     quarter1 IS [first  FROM 0 FOR N] :
>     quarter2 IS [second FROM N]       :
                    ^^^
Typo, of course. Try "first". :-) 

Adrian
--
Dr A E Lawrence (from home)