1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2024-09-28 22:50:59 +10:00
LuaComp/examples/shell_output.lua

4 lines
149 B
Lua
Raw Normal View History

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