Mercurial > repos > tabletprog
view modules/false.tp @ 274:a923b5b7da3d
Initial work on an SDL2 binding
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 20 Jul 2014 00:13:01 -0700 |
parents | bb2b4613fdc8 |
children |
line wrap: on
line source
#{ if <- :self trueblock { self } ifnot <- :self falseblock { falseblock: } if:else <- :self trueblock :elseblock { elseblock: } not <- { true } string <- { "false" } jsonEncode <- { "false" } }