Has anybody got this to pass all the tests on OS X? I have one test
that fails.
BEGIN {
print b += b += 1
print b
b = 6
print b += b++
print b
print b += ++b
print b
}
produces
1
1
12
12
25
25
instead of
2
2
13
13
28
28
If you have run into this and figured out the problem, please share.
I'm not even sure where to start to look!
awka.sourceforge.net says the package has been successfully installed on
OS X, so somebody has it running. However, one user posted the same
error on a MacBook Pro which suggests there is some difference between
the PPC and Intel machines.
--
Robert B. Peirce, Venetia, PA 724-941-6883
bob AT peirce-family.com [Mac]
rbp AT cooksonpeirce.com [Office]