view modules/true.tp @ 94:6735db9b44ba

Fixed my foreach on dict. Added test for it.
author William Morgan <bill@mrgn.org>
date Tue, 24 Jul 2012 01:01:00 -0700
parents 01b6f8204cdf
children 59a94f3ad56f
line wrap: on
line source

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