Lua's Grammar Is Ambiguous
sebsite.pw
Lua's Grammar Is Ambiguous
1–4 of 4 posts
Re: Lua's Grammar Is Ambiguous
#2like JavaScript
Re: Lua's Grammar Is Ambiguous
#3damn I hate cute code; variables are free and don't lead to "wat" outcomes
local theShader = (shaderGiven or g3d.shader)
theShader:send("viewMatrix", camera.viewMatrix)
maybe even without the parens, I'm no lua ninjaRe: Lua's Grammar Is Ambiguous
#4If you start a line with (, [, +, -, or /, then a semicolon is necessary to disambiguate and prevent it from operating on the previous line.
Personally, I like to put a semicolon at the beginning of such a line only, and omit semicolons otherwise where they're unnecessary.