Comment on A function decorator that rewrites the bytecode to enable goto in PythonparentComments−withinboredom4yAn if-statement is essentially sugar for conditional jump which is sugar for compare then jump. Goto is a jump. It’s all sugar.
Comments
An if-statement is essentially sugar for conditional jump which is sugar for compare then jump. Goto is a jump. It’s all sugar.