comparison modules/false.tp @ 68:3a169ebb3224

Change strategy for handling true and false to avoid some initialization order problems and improve performance. Add support for negative integer literals. Update samples to reflect true/false change.
author Mike Pavone <pavone@retrodev.com>
date Sat, 14 Jul 2012 16:14:01 -0700
parents
children 0efd25a4958a
comparison
equal deleted inserted replaced
67:42d5660b30b4 68:3a169ebb3224
1 #{
2 if:else <- :self trueblock :elseblock {
3 elseblock:
4 }
5 }
6