×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
The POWER instruction set includes both branch equal and branch not equal instructions. I am not a compiler author, but it would seem abundantly reasonable to assume that IBM's compilers and runtimes would make use of both of those instructions.
________________________________________
From: rpg400-l-bounces@xxxxxxxxxxxx [rpg400-l-bounces@xxxxxxxxxxxx] on behalf of Glenn Gundermann [ggundermann@xxxxxx]
Sent: Friday, October 04, 2013 5:25 PM
To: Midrange RPG400 List
Subject: If boolean vs. If not boolean
Hi gurus,
Forgive the trivialness of this question but I am wondering if you smart folks can answer this.
Compare these two statements:
If booleanVar;
If not booleanVar;
Do both of these take the exact same number of internal instructions for the test or does the second statement take an extra step?
Thanks.
Glenn Gundermann
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.