460
COMEFROM (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] magic_lobster_party@kbin.run 12 points 1 week 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.

this post was submitted on 21 Jun 2024
460 points (98.3% liked)

Programmer Humor

18250 readers
1596 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS