|
i want create a interpreter based on Lua , but when bodies from other langs come to my interpreter lang say sometimes this default option that 0 and null string have true value bother them because in many langs 0 and null string have false value. for example i want in my interpreter this code works : test = "Hello" if test then -- Do Something end --- On Mon, 8/16/10, Jonathan Castello <twisolar@gmail.com> wrote:
|