On Tuesday 13 October 2009 01:40:44 Garrett Cooper wrote:
> On Mon, Oct 12, 2009 at 10:30 PM, Mike Frysinger <[email protected]> wrote:
> > On Tuesday 13 October 2009 01:22:02 Garrett Cooper wrote:
> >> +                       (( lerrors++ ))
> >> +               (( i++ ))
> >> +       (( TST_COUNT++ ))
> >
> > i think you want:
> >        : $(( TST_COUNT += 1 ))
> 
> Ok, dumb question again -- $(( TST_COUNT += 1 )) is the POSIX
> compliant method? (( TST_COUNT++ )) works too... (I keep on forgetting
> what's POSIX compliant on this item...).

the form i show is POSIX compliant.  afaik, the variant you're using is not as 
it lacks a dedicated command and the ++ operator is optional.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to