lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 04.07.2017 05:53, Dirk Laurie wrote:
print((1):exp():cosh())
Add my patch and it becomes

print(1:exp:cosh)

--
Thomas (http://lua-users.org/wiki/ThomasJericke)