You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
253 B

TRUE
NULL, TRUE
-1, FALSE
0, TRUE
1, FALSE
2, FALSE
-1.5, FALSE
1.5, FALSE
"-1", "#VALUE!"
"0", "#VALUE!"
"1", "#VALUE!"
"2", "#VALUE!"
"-1.5", "#VALUE!"
"1.5", "#VALUE!"
"", "#VALUE!"
"ABC", "#VALUE!"
"FALSE",TRUE
"TRUE", FALSE
TRUE, FALSE
FALSE, TRUE