[net.lang.c] Pascal parameter passing

alan@solar.UUCP (A.LIGHT) (04/25/85)

Pascal allows you to pass parameters as call by reference, or call by value.
Call by name is something very different, which Pascal does not provide.