Changes between Initial Version and Version 1 of Ticket #10814, comment 17


Ignore:
Timestamp:
Nov 22, 2018, 5:49:51 PM (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10814, comment 17

    initial v1  
    99> it wasn't there to BE a condition, just something to run.
    1010
    11 Hm. I can't say what QFG4 is expecting from the call. Technically all the OR does is guarantee a non-zero result. So it could get away with returning a bool, an object address, or void (defacto object, with the call's obj param left unmodified in acc). They'd all be forced to evaluate as true and not abandon the if block.
     11Hm. I can't say what QFG4 is expecting from the call. Technically all the OR does is guarantee a non-zero result. So SetNowSeen() could get away with returning a bool, an object address, or void (defacto object, with the call's obj param left unmodified in acc). They'd all be forced to evaluate as true and not abandon the if block.