Mercurial > repos > tabletprog
view modules/false.tp @ 334:98534108b854
Add width and height accessors to texture objects in SDL module
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 30 Mar 2015 19:12:40 -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" } }