lua-users home
lua-l archive

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


>> No roadmap, published or otherwise. Do you have any special
requests??

Having the ability to add metadata to variables would be a nice
addition.  This would make it easier to do static analysis of lua
scripts.  

## return_type = number ##
function sin (a, b)
	...		
end