Mercurial > repos > tabletprog
view modules/true.tp @ 134:34e0befbdd77
Add bitwise operations to int32 in the C backend
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 08 Aug 2013 19:19:19 -0700 |
parents | 59a94f3ad56f |
children | 1417f13f219c |
line wrap: on
line source
#{ if <- :self trueblock { trueblock: } ifnot <- :self falseblock { self } if:else <- :self trueblock :elseblock { trueblock: } not <- { false } }