which language allows you to change an argument's value?
Michael Fesser
netizen at gmx.de
Sun Sep 30 15:15:05 EDT 2007
More information about the Python-list mailing list
Sun Sep 30 15:15:05 EDT 2007
- Previous message (by thread): which language allows you to change an argument's value?
- Next message (by thread): which language allows you to change an argument's value?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
.oO(Summercool) >I think in Pascal and C, we can never have an >argument modified unless we explicitly allow it, by passing in the >pointer (address) of the argument. Pascal also allows passing by reference, which is done with the keyword 'var' when declaring the function parameters. Object Pascal also allows const parameters. Micha
- Previous message (by thread): which language allows you to change an argument's value?
- Next message (by thread): which language allows you to change an argument's value?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list