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

CALL-BY-VALUE-RESULT

Specialty Definition: CALL-BY-VALUE-RESULT

DomainDefinition

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.

Top     

Crosswords: CALL-BY-VALUE-RESULT

Specialty definitions using "CALL-BY-VALUE-RESULT": ALGOL Wcall-by-reference, call-by-value. (references)

Top     

Modern Translation: CALL-BY-VALUE-RESULT

Language Translations for "CALL-BY-VALUE-RESULT"; alternative meanings/domain in parentheses.

Chinese 

  

叫"价值"果. (various references)

   

Korean 

  

부르 에 의하여 가치 결과. (various references)

   

Pig Latin

  

all-by-value-resultcay

Source: compiled by the editor from various translation references.

Top     



INDEX

1. Crosswords
2. Translations: Modern
3. Bibliography


  

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