JPDev@programming.dev to Programmer Humor@programming.dev · 5 months agoCOMEFROMprogramming.devimagemessage-square36fedilinkarrow-up1476arrow-down18
arrow-up1468arrow-down1imageCOMEFROMprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 5 months agomessage-square36fedilink
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.