Summary
Some programming languages, such as those mentioned in
1
, have a control flow structure called COMEFROM, which is the inverse of GOTO. This structure was originally used as a joke, as mentioned in.
2
It is possible to use the "goto" module in Python, but it is not recommended for real code, as stated in.
2
According to
See more results on Neeva
Summaries from the best pages on the web
The goto statement appeared first on April ’s Fool Day, 2004 as a joke for python , but programmers across the earth took it seriously and commenced developing it. A goto statement…
Goto Statement in Python - FITA Academy
fita.in
The Python community has a long history of April Fool 's postings to news:comp.lang. python (a.k.a. mailto: python -list@ python .org ). We've collected references to a number of them here. If you know of more,…
AprilFools - Python Wiki
python.org
Reddit is an American social news aggregation, content rating, and discussion website. Registered users (commonly referred to as "Redditors") submit content to the site such as links, text posts, images, and videos, which are then voted up or down by other members. Posts are organized by subject into user-created boards called "communities" or "subreddits". Submissions with more upvotes appear towards the top of their subreddit and, if they receive enough upvotes, ultimately on the site's front page. Reddit administrators moderate the communities. Moderation is also conducted by community-specific moderators, who are not Reddit employees.[7]
Reddit - Wikipedia
wikipedia.org
The primary difference from GOTO is that GOTO only depends on the local structure of the code, while COMEFROM depends on the global structure – a GOTO transfers control when…
COMEFROM - Wikipedia
wikipedia.org