SCAR Code:program BronzeBarMaker;
begin;
procedure FindBronzeMine;
begin;
function RadialWalk(803937: Integer; 525, 580: Integer; 59: Integer; Xmod, Ymod: integer):
end.
It is wanting an identifier before procedure.......I know that this is probably some simple thing but I really need help


Reply With Quote






after the program name you do not need a begin though, and you do not put ;'s after begins. so it would look like this: