Mercurial > repos > tabletprog
view modules/true.tp @ 276:9f9cc73bf86d
Added toplevel module which will provide top level symbols for new compiler
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 20 Jul 2014 12:48:37 -0700 |
parents | bb2b4613fdc8 |
children |
line wrap: on
line source
#{ if <- :self trueblock { trueblock: } ifnot <- :self falseblock { self } if:else <- :self trueblock :elseblock { trueblock: } not <- { false } string <- { "true" } jsonEncode <- { "true" } }