pass by value

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymspass by value,passed by value,passes by value,passing by value,pass-by-value,call by value,called by value,calls by value,calling by value,call-by-value
RelatedGlossary: handler, parameter, variable, argument, value, call
Description

A way of using parameters where the values of the arguments are passed to the called handler, but changing the parameters within the called handler has no effect on the calling handler.

If you pass a variable by value to another handler, the other handler can't affect the variable's value in the original handler.

Tagsproperties