cc: [email protected] [email protected]
Subject: Re: Re: Re: [uwin-developers] [ast-developers] Next alpha/beta and
roadmap for ksh93v?
--------
> Why? How should I construct scripts from that using variables, i.e.
> use typeset -s -E svar; printf 'typeset -s -E var; for ((var = %s; var
> < %s; var+= %s)); do myfunc var; done' ${svar.MIN} ${svar.MAX}
> $((2**24)) | source /dev/stdin
>
>
>
svar.MIN and svar.MAX will exist, but only in arithemtic expressions.
Thus, $((svar.MIN)) and $((svar.MAX)) instead of ${svar.MIN} ${svar.MAX}.
Only constants like PI, NaN, Inf, and others will not exist for each type.
The limits would.
David Korn
[email protected]
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers