> two little questions
>
> 1. Is it possible to make an alias to a function ... so rather than just
> re-calling with the same parameters, it's actually the same thing? like
> the way
> we can do, e.g., type natural = cardinal, or const GG = 6, but with a
> function?
>
You can also define procedur
On Sun 18 Dec 2011, Jürgen Hestermann wrote:
> David Emerson schrieb:
> > 2. is it possible to overload the 'in' operator, so that it may work
> > (using supplied code) on things that are not a pascal set?
>
> I do not know whether it is possible but I hate such overloading. An
> operator define
Thank you, Tomas, those are all excellent suggestions! I am glad I asked.
On Sun 18 Dec 2011, Tomas Hajny wrote:
> On 17 Dec 11, at 21:07, David Emerson wrote:
>
> > two little questions
> >
> > 1. Is it possible to make an alias to a function ... so rather than just
> > re-calling with the sam
2011/12/18 Tomas Hajny
>
> On 18 Dec 11, at 10:31, Marcos Douglas wrote:
> > On Sun, Dec 18, 2011 at 9:37 AM, Tomas Hajny wrote:
> > > On 17 Dec 11, at 21:07, David Emerson wrote:
> > >
> > >> two little questions
> > >>
> > >> 1. Is it possible to make an alias to a function ... so rather than j
On 18 Dec 11, at 10:31, Marcos Douglas wrote:
> On Sun, Dec 18, 2011 at 9:37 AM, Tomas Hajny wrote:
> > On 17 Dec 11, at 21:07, David Emerson wrote:
> >
> >> two little questions
> >>
> >> 1. Is it possible to make an alias to a function ... so rather than just
> >> re-calling with the same parame
On Sun, Dec 18, 2011 at 9:37 AM, Tomas Hajny wrote:
> On 17 Dec 11, at 21:07, David Emerson wrote:
>
>> two little questions
>>
>> 1. Is it possible to make an alias to a function ... so rather than just
>> re-calling with the same parameters, it's actually the same thing? like the
>> way
>> we c
David Emerson schrieb:
> 1. Is it possible to make an alias to a function ... so rather than just
> re-calling with the same parameters, it's actually the same thing?
like the way
> we can do, e.g., type natural = cardinal, or const GG = 6, but with a
function?
I think you can declare a type
On 17 Dec 11, at 21:07, David Emerson wrote:
> two little questions
>
> 1. Is it possible to make an alias to a function ... so rather than just
> re-calling with the same parameters, it's actually the same thing? like the
> way
> we can do, e.g., type natural = cardinal, or const GG = 6, but
On 18/12/11 5:07, David Emerson wrote:
1. Is it possible to make an alias to a function ... so rather than just
re-calling with the same parameters, it's actually the same thing? like the way
we can do, e.g., type natural = cardinal, or const GG = 6, but with a function?
There's always the simp