Python Forum
adding goto to Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
adding goto to Python
#10
I didn't even like to use goto equivalents in assembly language, using CALL instead of JMP whenever possible, which like python is almost all of the time.
The only JMP in most of my code was during bootstrap operations.
Reply


Messages In This Thread
adding goto to Python - by Skaperen - Apr-09-2019, 04:24 AM
RE: adding goto to Python - by perfringo - Apr-09-2019, 06:43 AM
RE: adding goto to Python - by DeaD_EyE - Apr-09-2019, 07:16 AM
RE: adding goto to Python - by ichabod801 - Apr-09-2019, 10:57 AM
RE: adding goto to Python - by scidam - Apr-09-2019, 12:04 PM
RE: adding goto to Python - by Kebap - Apr-09-2019, 12:59 PM
RE: adding goto to Python - by perfringo - Apr-09-2019, 01:32 PM
RE: adding goto to Python - by buran - Apr-09-2019, 02:00 PM
RE: adding goto to Python - by nilamo - Apr-09-2019, 09:15 PM
RE: adding goto to Python - by Larz60+ - Apr-09-2019, 11:44 PM
RE: adding goto to Python - by Skaperen - Apr-13-2019, 08:19 PM
RE: adding goto to Python - by Larz60+ - Apr-13-2019, 10:32 PM
RE: adding goto to Python - by Skaperen - Apr-13-2019, 11:44 PM
RE: adding goto to Python - by nilamo - Apr-16-2019, 03:53 PM
RE: adding goto to Python - by Skaperen - Apr-18-2019, 02:51 AM
RE: adding goto to Python - by ichabod801 - Apr-18-2019, 02:54 AM
RE: adding goto to Python - by Skaperen - Apr-18-2019, 03:23 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020