It appears that this should prevent the display of the text statement. However,
to my surprise, it works on NT32. Per operator precedence, it should be 8|8 is
8, and 8 == 8 is TRUE.
suppressif 8|8 == 0x8;
text
help = STRING_TOKEN(STR_BITWISE_OR_HELP),
text = STRING_TOKEN(STR_BITWISE_OR_PROMPT);
endif;
The equivalent 8&8 == 0x8 has no problem.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel