1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2024-09-29 07:00:58 +10:00
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}]")