我怎么int &a用Delphi 写的?
int &a
例如,在C++中它是void ABC(int &a, int &b),但我不知道如何在Delphi中编写它.
void ABC(int &a, int &b)
c++ delphi
c++ ×1
delphi ×1