both allowed. Ref-parameters are prefixed with VAR.

回答: 向匯編高手們求助,function calls in ASM 。MGM2006-08-04 11:22:50

otherwise it is value parameter.
ie.
P(var x: integer; y: integer)

x is ref_param; y is value param.

請您先登陸,再發跟帖!