Sujet : Re: UID: Generating pointers in AWK
De : ben (at) *nospam* bsb.me.uk (Ben Bacarisse)
Groupes : comp.lang.awkDate : 14. Oct 2024, 13:31:49
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87ldyqdfwq.fsf@bsb.me.uk>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13)
"digi_cs" <
cosmogen@gmail.com> writes:
I see increasing misunderstanding regarding "strong" values.
You are not doing much to clear it up! I simple definition of what you
mean would sort it out.
Look— a pointer is a special string that can be used as an index in
all the arrays we have. This string carries an unlimited amount of
data that makes up the object itself.
So that's not really what most people would understand by the term
"pointer". For one thing, pointers don't carry an unlimited amount of
data.
As has been suggested, an example of how your "pointers" can help write
a program that is awkward to write without them would be very useful.
-- Ben.