call-by-value

Get Babylon's Translation Software! Free Download Now!
Babylon 8 - Your all-in-one solution
Award winning translation software trusted by millions. Translate from any language to any language.
View Demo


FOLDOC DictionaryDownload this dictionary
call-by-value
(CBV) An evaluation strategy where arguments are evaluated before the function or procedure is entered. Only the values of the arguments are passed and changes to the arguments within the called procedure have no effect on the actual arguments as seen by the caller. See applicative order reductioncall-by-value-resultstrict evaluationcall-by-namelazy evaluation.


(c) Copyright 1993 by Denis Howe

Define call-by-value

Translate call-by-value