Mercurial > repos > tabletprog
view modules/false.tp @ 112:c0cf9444cf88
Add quotes to strings in editor
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 14 Apr 2013 18:16:03 -0700 |
parents | 59a94f3ad56f |
children | 1417f13f219c |
line wrap: on
line source
#{ if <- :self trueblock { self } ifnot <- :self falseblock { falseblock: } if:else <- :self trueblock :elseblock { elseblock: } not <- { true } }