Got a question for language parsing via awk.
if(<condition>) begin
if(<target condition>) begin
<logic>
end
else begin //falls under our scope.
<logic>
end
end
if(<condition>) begin
if(<target condition>)
<one line of logic>
Comment too long. Click here to view the full text.