QB64 Phoenix Edition
Arbitrary CONST values - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11)
+--- Forum: General Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=2)
+--- Thread: Arbitrary CONST values (/showthread.php?tid=4033)

Pages: 1 2 3 4


RE: Arbitrary CONST values - ahenry3068 - 10-29-2025

(10-29-2025, 02:27 AM)bplus Wrote: How 'bout this?
Code: (Select All)
False = 0
True = Not False
Print True, False

     That definitely solves it.    But I thought it more useful to tell him WHY what he was doing didn't work !  Smile


RE: Arbitrary CONST values - bplus - 10-29-2025

Sure, and you did!  

Starting with False, a False start???, you don't have to remember if True was positive or negative 1.