On Wed, Aug 7, 2013 at 3:21 PM, Glenn Fowler <[email protected]> wrote:
> the AT&T Software Technology ast alpha 2013-08-07 source release
> has been posted to the download site
>         http://www.research.att.com/sw/download/alpha/
> the package names and md5 checksums are
>             INIT  47f2073fae4b73fe5210cc4e287556ca
>         ast-open  e6927faa687a2af8ee94431b793c08ac
>          ast-ksh  43b7379fdf573811c66f41ce231cbac0
> the md5 sums should match the ones listed on the download page
[snip]
> 13-07-30 +An experimental change to each enumeration variable have 
> subvariables
>           for each enumeration constant.  ${enum.name} will expand to the
>           numerical value of the enumeration name associatied with enum.

Erm... that doesn't seem to work here:
-- snip --
$ ~/bin/ksh -o nounset -c 'print "${_Bool.true}"'
/home/test001/bin/ksh: _Bool.true: parameter not set
$ ~/bin/ksh -o nounset -c 'print "$((_Bool.true))"'
/home/test001/bin/ksh: _Bool.true: parameter not set
-- snip --

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [email protected]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to