Category:Parameter passing/By value: Difference between revisions

From Rosetta Code
Content added Content deleted
(add potted description of feature.)
(Apply new feature template)
 
Line 1: Line 1:
[[Category:Parameter passing]]
{{feature|Parameter passing}}
Indicates a language that can pass entities to its subprograms (functions, methods, procedures, etc.) conceptually [[wp:Evaluation strategy|by value]]; if a variable is used as a parameter, the value passed is the contents of the variable at the point when it was passed.
Indicates a language that can pass entities to its subprograms (functions, methods, procedures, etc.) conceptually [[wp:Evaluation strategy|by value]]; if a variable is used as a parameter, the value passed is the contents of the variable at the point when it was passed.

Latest revision as of 12:44, 1 June 2009

Parameter passing/By value is a programming language feature.

Indicates a language that can pass entities to its subprograms (functions, methods, procedures, etc.) conceptually by value; if a variable is used as a parameter, the value passed is the contents of the variable at the point when it was passed.

Subcategories

This category has the following 153 subcategories, out of 153 total.

1

  • 11l(1 C, 1,016 P)

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z