Copyright © Philip M. Parker, INSEAD. Terms of Use.

| Domain | Definition |
Computing | Call-by-value-result An argument passing convention where the actual argument is a variable V whose value is copied to a local variable L inside the called function or procedure. If the procedure modifies L, these changes will not affect V, which may also be in scope inside the procedure, until the procedure returns when the final value of L is copied to V. Under call-by-reference changes to L would affect V immediately. Used, for example, by BBC BASIC V on the Acorn Archimedes. Source: The Free On-line Dictionary of Computing. |
Source: compiled by the editor from various references; see credits. | |
Crosswords: CALL-BY-VALUE-RESULT |
| Specialty definitions using "CALL-BY-VALUE-RESULT": ALGOL W ♦ call-by-reference, call-by-value. (references) |
| Language | Translations for "CALL-BY-VALUE-RESULT"; alternative meanings/domain in parentheses. | ||||
Chinese | 叫"价值"果. (various references) | ||||
Korean | 부르 에 의하여 가치 결과. (various references) | ||||
Pig Latin | all-by-value-resultcay | ||||
| 1. Crosswords 2. Translations: Modern 3. Bibliography |
Copyright © Philip M. Parker, INSEAD. Terms of Use.