Mercurial > repos > tabletprog
view modules/false.tp @ 240:dc5f487247ee
Don't rename the symbol self in quote blocks
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 05 Jan 2014 20:53:35 -0800 |
parents | 1417f13f219c |
children | bb2b4613fdc8 |
line wrap: on
line source
#{ if <- :self trueblock { self } ifnot <- :self falseblock { falseblock: } if:else <- :self trueblock :elseblock { elseblock: } not <- { true } string <- { "false" } }