====== Pre-v1.0 ====== Block terminator or a break. ====== LOLCODE Recommendation v1.0 ====== Closes [[keywords:hai]] block **only**. Cannot be used as a break or to close any other block. Every program __must__ contain a [[keywords:hai]] block at the beginning of the program and __must__ contain a KTHXBYE block at the end. At any point in the program you may place KTHXBYE blocks in order to terminate the program early. These are best placed in [[keywords:iz]] statements. ''IZ VAR BIGGER THAN 10? KTHXBYE'' This code checks whether the variable is bigger than 10, if it is then the program terminates using the KTHXBYE block. See also: [[keywords:kthx]]