|
On 08/03/13 13:01, Jorge wrote:
I think it's simpler to have *only* binary operators, nand and nor.
Hum... local v = optional or default becomes local v = (optional nor optional) nor (default nor default) or maybe just local v = not optional nor not default I think... :) Scott