===== Boolean Constants ===== Boolean values represent the two values of True and false. There are defined constants //true// and //false// that represent the value 1 and 0 respectively. ==== Examples ==== ^True Values^False Values^ |TRUE|FALSE| |1|0| |-56|0.0| |9.9|'"| |"something"| |