Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
return
#1
the language i created long ago that was never finished did returns not as a statement, but as a function call. this was a unique function in each function. so a function could pass its own return function as a value to another function which could call it and that would "return" to where this function that passed return was called. it was a way to let other functions do a return for a function.

i remember going to Python3 where the print statement became the print() function. i wondered about the return statement and even the del statement.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
return - by Skaperen - Apr-17-2021, 11:04 PM
RE: return - by Gribouillis - Apr-21-2021, 09:26 AM
RE: return - by Skaperen - Apr-23-2021, 06:20 PM
RE: return - by Gribouillis - Apr-25-2021, 07:28 AM
RE: return - by Skaperen - Apr-25-2021, 05:49 PM

Forum Jump:

User Panel Messages

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