|
![]() |
||||||||||||||
Primitive Data Types TutorialLogical OperatorsUsual logical operators are supported in both C-like and SQL-like syntax: conjunction (&&, and), disjunction (||, or) and negation (!, not), Source code:{# true or false, true || false, true and false, true && false, not true, !true #} Result:{# true, true, false, false, false, false #}
|
|
||||||||||||||
© 2006 Saša Malkov | |||||||||||||||