Ich habe es
bounce1:
So will der Compiler:
{$Mode Delphi}
program Gregor;
uses crt;
var
a,b,c,d,e,f,k,k2,t,m,n,j,jh,jz,wt: Integer;wts:string;
function isleapyear(year:word):Boolean;
begin
result:=true;
end;
begin
end.
Free Pascal Online Compiler [fpc-2.6.4]
Copyright (c) Florian Klaempfl and others
Compiling your program...
Build completed successfully!
Running your program...
The program executed successfully!