function TForm1.Test: Boolean;beginResult:=False;end;
编译直接报错[Error] Unit1.pas(29): Undeclared identifier: 'Result'
return false呢