view modules/true.tp @ 74:434988bb1fb4

Add lame linear search dictionary
author Mike Pavone <pavone@retrodev.com>
date Sat, 14 Jul 2012 21:20:30 -0700
parents 01b6f8204cdf
children 59a94f3ad56f
line wrap: on
line source

#{
	if <- :self trueblock {
		trueblock:
	}
	if:else <- :self trueblock :elseblock {
		trueblock:
	}
	not <- {
		false
	}
}