type efi_guid=record
data1:dword;
data2:word;
data3:word;
data4:array[1..8] of byte;
end;
const efi_loaded_image_protocol_guid:efi_guid=($5B1B31A1,$9562,$11D2,($8E,$3F,$00,$A0,$C9,$69,$72,$3B));
It seems have no problem in pascal,why these pascal code cannot be compiled and show the error that Syntax error, "identifier" expected but "ordinal const" found?