Boolean Relations in AutoMod
In AutoMod, there is no Boolean data type, but there are integer constants named true (equivalent to the value 1) and false (equivalent to the value 0). Unfortunately, careless use of these constants—particularly in relational expressions—can lead to some unexpected and hard to identify bugs.…