view modules/true.tp @ 77:8a9b96888b7d

Fix another symbol table/closure bug
author Mike Pavone <pavone@retrodev.com>
date Sun, 15 Jul 2012 13:13:06 -0700
parents 01b6f8204cdf
children 59a94f3ad56f
line wrap: on
line source

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