We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Input:
if foo then -- Run bar bar() else -- Run baz baz() end
Output:
if foo then -- Run bar bar() -- Run baz else baz() end