luah 1.1.0

Unofficial lua impl by HydroRoll-Team.
Documentation
1
2
3
4
5
6
print(type(123))
print(type(123.123))
print(type("123"))
print(type({}))
print(type(print))
print(type(function()end))