lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Nice idea with if-false-then-else!
Another way is to start with variable assignment:

#!/bin/sh
a=a--[[
...shell code...
]]
...Lua code...