23.03.2015, 21:01
I'm not sure if the terms "truthy" and "falsey" really exist in Pawn. False is 0, and true is not false.
Truthy/falsey refers to values in languages such as JavaScript where the following are treated as false in an if-statement:
Truthy/falsey refers to values in languages such as JavaScript where the following are treated as false in an if-statement:
Код:
"" NaN null undefined 0