frangible
key. Which are the legal ways to set it to false?
Code: Select all
1) frangible = no;
2) frangible = NO;
3) frangible = false;
4) frangible = 0;
<false/>
from XML, and I always thought it was working. I have seen 3) a lot in plists, and 4) should also be possible.And the same would appear to
Code: Select all
5) frangible = yes;
6) frangible = YES;
7) frangible = true;
8) frangible = 1;
auto-ai
. So why would 5) work, but 1) would not?Therefore the general question: What is correct syntax? What is recommended?