⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{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.