|  | 
|  | 
| вернуться в форум | Interesting Question maybe it will be more interesting for me but....
 
 ...anyway, can't function be array, record, set in Pascal?
 
 thanks.
 
 
 
 Edited by author 21.12.2007 13:28
Re: Interesting Question Послано LiuKe  9 апр 2008 18:26Of courseRe: Interesting Question Послано LiuKe  20 ноя 2008 21:01But...You Can define A type
 for example:
 type
 rec=record
 x,y:Longint;
 end;
 function f(a:rec):rec;
 begin
 end.
 
 Is Right
Re: Interesting Question Послано LiuKe  20 ноя 2008 21:02Really Interesting!Posted by LiuKe April 09, 2008 18:26
 Posted by LiuKe November 20, 2008 21:01
 
 
Re: Interesting Question You can't make function with such returning value as record or array in complier version Turbo Pascal 7.0. But Delphi allows us do such things. Compiler of this site (Free Pascal) allows us too. | 
 | 
|