view modules/true.tp @ 87:25bc8a5ab41e

Improve llMessage a bit and move implementation of string into string.tp module using llMessage. Update TASKS list
author Mike Pavone <pavone@retrodev.com>
date Sun, 22 Jul 2012 14:18:34 -0700
parents 01b6f8204cdf
children 59a94f3ad56f
line wrap: on
line source

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