call-by-value | Contact Us
 

WK :: call-by-value ::
[ W E B   K N O W L E D G E   O N L I N E :: call-by-value ]
 Resources ::
WB
WBT


[W/K] :: call-by-value


1 definition 
 for call-by-value
From The Free On-line Dictionary of Computing (27 SEP 03) :

  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
          reduction, call-by-value-result, strict evaluation,
          call-by-name, lazy evaluation.
       
       


Request more information on call-by-value
[W/K]
Copyright Web Knowledge Online Inc. 1997-2003 - [privacy policy] -