See Also
Each language permits passing parameters by value.
=ABC(X)
ABC ByVal X
procedure ABC (x:integer);
ABC(X);