Einzelnen Beitrag anzeigen

Benutzerbild von Wolfgang Mix
Wolfgang Mix

Registriert seit: 13. Mai 2009
Ort: Lübeck
1.222 Beiträge
 
Delphi 2005 Personal
 
#10

AW: Wohin mit der Funktion?

  Alt 2. Feb 2016, 21:27
Ich habe esbounce1:

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!
Wolfgang Mix
if you can't explain it simply you don't understand it well enough - A. Einstein
Mein Baby:http://www.epubli.de/shop/buch/Grund...41818516/52824
  Mit Zitat antworten Zitat