Hello,
I'm proposing addition of {$I %DATETIME%} directive. A trivial patch is
attached.
The following will be possible:
const
T = {$I %DATETIME%};
begin
WriteLn(DateTimeToStr(T));
end.
Benefits of this directive:
1) Access to build date/time in native TDateTime format. Existing {$I
%DAT
Bernd Oppolzer wrote:
Jonas Maebe schrieb:
On 14/01/16 17:45, Mathias wrote:
The code is machine generated.
I wanted to test which compiler is faster, the. Of FPC or C ++
C ++ could compile the code without errors.
Whether or not it can be compiled is unrelated to the language of
course, but