RosettaCodeData/Task/Introspection/Lua/introspection.lua
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
139 B
Lua

if _VERSION:sub(5) + 0 < 5.1 then print"too old" end --_VERSION is "Lua <version>".
if bloop and math.abs then print(math.abs(bloop)) end