JPDev to Programmer Humor · 5 months agoCOMEFROMimagemessage-square36fedilinkarrow-up1479arrow-down18
minus-squaremagic_lobster_party@kbin.runlinkfedilinkarrow-up12·5 months agoprint(A) print(B) hello: print(C) print(D) print(E) comefrom hello print(F) This will print A, B, C and then F. D and E will be skipped because of the comefrom.
print(A) print(B) hello: print(C) print(D) print(E) comefrom hello print(F)
This will print A, B, C and then F. D and E will be skipped because of the comefrom.