LacaK via fpc-pascal wrote:
Hi *,
I am translating "Trash variables" (from English to Slovak), but I can
not find appropriate words.
That's why I want to describe it in more words.
Is this correct: "Initialize local variables with random values" ? Or
better suggestion?
I once had a bug in a
Le 18/01/2024 à 08:57, Michael Van Canneyt via fpc-pascal a écrit :
On Thu, 18 Jan 2024, LacaK via fpc-pascal wrote:
Hi *,
I am translating "Trash variables" (from English to Slovak), but I can
not find appropriate words.
That's why I want to describe it in more words.
Is this correct: "Ini
> On Jan 18, 2024, at 1:51 PM, Sven Barth via fpc-pascal
> wrote:
>
> There is no source for Str() in that sense, because Str() is a compiler
> intrinsic implemented in the compiler's ninl.pas.
>
Well that explains everything now! What is this an intrinsic? I was curious how
it was impleme
On Thu, 18 Jan 2024, Hairy Pixels via fpc-pascal wrote:
On Jan 18, 2024, at 1:51 PM, Sven Barth via fpc-pascal
wrote:
There is no source for Str() in that sense, because Str() is a compiler
intrinsic implemented in the compiler's ninl.pas.
Well that explains everything now! What is t
Also something which cannot be handled by 'standard' syntax.
(unless you wish to count generics and implicit specialization as
"standard syntax")
actual-parameter = expression { ":" expression } .
actual-parameter-list = "(" actual-parameter { "," actual-parameter } ")" .
Regards,
Adriaan
On Thu, 18 Jan 2024, Adriaan van Os via fpc-pascal wrote:
Also something which cannot be handled by 'standard' syntax.
(unless you wish to count generics and implicit specialization as "standard
syntax")
actual-parameter = expression { ":" expression } .
actual-parameter-list = "(" actu
Michael Van Canneyt via fpc-pascal wrote:
More accurately, I meant: you cannot write a function declaration to
handle that syntax.
It is true that a regular (non-built-in) procedure/function with that syntax
can not be declared.
Some more strange ducks
- Exit allowing Program as parameter