+ 1
Booleans?
Is there a way for me to remember the difference between the rules of all types of booleans?
3 Antworten
+ 5
well theres only two: True and False
0
What do you refer to with all types of booleans? Boolean means indeed True or False. As an example an IF condition will always evaluate to either True or False, cannot be both at the same time.