aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/true.txt
Commit message (Collapse)AuthorAge
* Make false/true into builtinsGravatar Kevin Ballard2014-09-29
Making `true` into a builtin is a significant optimization to `while true` loops. As long as `true` is a builtin, we may as well make `false` builtin as well (despite the fact that it's not typically executed in a loop).