Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
the term arguments
#22
In the early days of programming parameters and arguments had to do with function(a,b..) and subroutines. A function returned a single value to the calling program based on its parameters (a,b..). Whereas a subroutine(a,b,c..) contained arguments (a,d,c..) which were links to the values within the calling program. I think the choice of the word arguments for subroutine indicated that the calling program’s arguments/variables could be changed within the subroutine. Whereas a parameter(s) were passed to the function.
Reply


Messages In This Thread
the term arguments - by astral_travel - Nov-15-2022, 06:17 PM
RE: the term arguments - by rob101 - Nov-15-2022, 06:30 PM
RE: the term arguments - by astral_travel - Nov-15-2022, 06:57 PM
RE: the term arguments - by Larz60+ - Nov-15-2022, 07:48 PM
RE: the term arguments - by astral_travel - Nov-15-2022, 08:00 PM
RE: the term arguments - by rob101 - Nov-15-2022, 08:28 PM
RE: the term arguments - by astral_travel - Nov-15-2022, 08:42 PM
RE: the term arguments - by rob101 - Nov-15-2022, 08:48 PM
RE: the term arguments - by astral_travel - Nov-15-2022, 09:13 PM
RE: the term arguments - by rob101 - Nov-15-2022, 09:34 PM
RE: the term arguments - by Larz60+ - Nov-16-2022, 03:52 AM
RE: the term arguments - by astral_travel - Nov-16-2022, 06:55 PM
RE: the term arguments - by astral_travel - Nov-16-2022, 06:57 PM
RE: the term arguments - by rob101 - Nov-16-2022, 09:15 PM
RE: the term arguments - by Larz60+ - Nov-16-2022, 09:02 PM
RE: the term arguments - by astral_travel - Nov-17-2022, 04:49 PM
RE: the term arguments - by astral_travel - Nov-25-2022, 04:42 PM
RE: the term arguments - by Larz60+ - Nov-25-2022, 07:54 PM
RE: the term arguments - by astral_travel - Nov-25-2022, 08:33 PM
RE: the term arguments - by Larz60+ - Nov-26-2022, 01:09 AM
RE: the term arguments - by astral_travel - Nov-26-2022, 03:12 PM
RE: the term arguments - by dmc8300 - Nov-26-2022, 05:07 PM
RE: the term arguments - by astral_travel - Nov-26-2022, 05:29 PM
RE: the term arguments - by dmc8300 - Nov-26-2022, 06:50 PM
RE: the term arguments - by astral_travel - Nov-26-2022, 07:07 PM
RE: the term arguments - by Larz60+ - Nov-26-2022, 11:20 PM

Forum Jump:

User Panel Messages

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