Attention is currently required from: laforge.
1 comment:
File contrib/simtrace.lua:
Patch Set #1, Line 93: if is_pbrx().value == 1 then
the syntax you provided simply doesn't work here: "unexpected symbol near if"
Interesting, I don't even remember where I found that syntax. Now I found:
flagstr = flagstr + (is_pbrx().value == 1) and "R" or "."
https://riptutorial.com/lua/example/26503/emulating-ternary-operator-with--and---or--logical-operators-
To view, visit change 26985. To unsubscribe, or for help writing mail filters, visit settings.