On Fri, 16 Oct 2015, Sven Schreiber wrote:
Am 16.10.2015 um 11:31 schrieb Riccardo (Jack) Lucchetti:
> On Fri, 16 Oct 2015, Sven Schreiber wrote:
>
>>
>> bundle bcheck
>> bcheck.o = 2
>> print bcheck.o
>>
>> This prints the series with number 2, not the number 2 itself.
>
> This is a bug alright, but not in the way you mean (as far as I
> understand your point). "bcheck.o" is not a variable you can print:
it's
> an expression.
I guess everything is an expression in some sense; and to me it's a
variable because it just points to some memory location (or doesn't
it?), no calculation has to take place to get its value.
Up to a point: bcheck is a variable. In order to fetch the value contained
in bcheck.o *some* computation is necessary; not particularly exciting
from an algebraic point of view, I admit, but still fetching stuff from an
associative array is something that involves some computing.
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------