On Tue, Jul 22, 2014 at 3:33 PM, <[email protected]> wrote: > for i in testarray >> if testarray > 0 >> do this >> else >> do nothing >> > Isn't this just equivalent to
for i in testarray
if testarray > 0
do this
On Tue, Jul 22, 2014 at 3:33 PM, <[email protected]> wrote: > for i in testarray >> if testarray > 0 >> do this >> else >> do nothing >> > Isn't this just equivalent to
for i in testarray
if testarray > 0
do this