comparison modules/true.tp @ 197:1417f13f219c

Added string method to true and false modules
author Mike Pavone <pavone@retrodev.com>
date Tue, 27 Aug 2013 22:50:48 -0700
parents 59a94f3ad56f
children bb2b4613fdc8
comparison
equal deleted inserted replaced
196:228df5004ab5 197:1417f13f219c
9 trueblock: 9 trueblock:
10 } 10 }
11 not <- { 11 not <- {
12 false 12 false
13 } 13 }
14 string <- { "true" }
14 } 15 }