& is C++'s notation to pass by reference. You can declare the procedure in Pascal as:

[pascal]
procedure MyMove(var gameover:longint);
[/pascal]