comparison modules/false.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 elseblock: 9 elseblock:
10 } 10 }
11 not <- { 11 not <- {
12 true 12 true
13 } 13 }
14 string <- { "false" }
14 } 15 }