• magic_lobster_party@kbin.run
    link
    fedilink
    arrow-up
    9
    ·
    9 days ago
    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.