IfInstruction.first_false_instruction()
first_false_instruction() →
Instruction
The function returns the first instruction for the false-case scenario of the if-statement
Query Example
for the function:
The query (exec numbers are tuned here to match that exact if-statement)
Output Example
Last updated