view modules/true.tp @ 88:474f17ebaaa0

Add string.tp which should have been in previous commit
author Mike Pavone <pavone@retrodev.com>
date Mon, 23 Jul 2012 07:58:20 -0700
parents 01b6f8204cdf
children 59a94f3ad56f
line wrap: on
line source

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