|
For example, the following program is Lua 5.3-only and its length is 41 bytes:either a compile-time or a run-time error should occur.It should not run under other Lua versions (5.1, 5.2, 5.4, LuaJIT):Hi!The task: write a Lua program which runs only on Lua 5.3.
if _VERSION~="Lua 5.3" then error("") end
This is a codegolf: the shortest Lua 5.3-only program wins.