comparison modules/true.tp @ 71:01b6f8204cdf

added 'not' message to 'true' and 'false' modules
author William Morgan <bill@mrgn.org>
date Sat, 14 Jul 2012 20:05:51 -0700
parents 0efd25a4958a
children 59a94f3ad56f
comparison
equal deleted inserted replaced
70:0efd25a4958a 71:01b6f8204cdf
3 trueblock: 3 trueblock:
4 } 4 }
5 if:else <- :self trueblock :elseblock { 5 if:else <- :self trueblock :elseblock {
6 trueblock: 6 trueblock:
7 } 7 }
8 not <- {
9 false
10 }
8 } 11 }