Boolean Variable Type
- Posted by "Pete King, Spectre Software" <pete at THEKING29.FREESERVE.CO.UK> Feb 17, 2000
- 536 views
Something I find really annoying... during my games and application programming I have always found I needed "flag" variables, just to hold On/off, True/false type data. However, using an integer type for this is a waste of memory... surely it is time we had a boolean variable type, called FLAG or something, that can only hold true or false, and would only be 1 bit in size? It would improve the efficiency of euphoria programs in terms of memory.