help-octave
[Top][All Lists]
Advanced

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

Re: i+++j


From: Muhali
Subject: Re: i+++j
Date: Wed, 29 Feb 2012 13:12:47 -0800 (PST)

        k = (i++) + j; disp ([i j k]) ;
           1   0   0
        k = (i++) + j; disp ([i j k]) ;
           2   0   1

well yes, but why does it not

k = i+ (++j); disp ([i j k]) ;
0  1  1

?


--
View this message in context: 
http://octave.1599824.n4.nabble.com/i-j-tp4432923p4432994.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]