LuaComp/examples/shell_output.lua

4 lines
144 B
Lua
Raw Normal View History

2019-12-15 08:23:07 +11:00
--Using the command
2020-03-19 05:34:46 +11:00
print("Compiled with LuaComp $[[luacomp -v]]")
2019-12-15 08:23:07 +11:00
--Or using the shell vars
print("Compiled with LuaComp $[{LUACOMP_VERSION}]")