On Sat, 29 Apr 2017, Sven Schreiber wrote:
Am 29.04.2017 um 10:19 schrieb Riccardo (Jack) Lucchetti:
> On Sat, 29 Apr 2017, Sven Schreiber wrote:
>
>> I'm afraid I don't get this example.
>
> From the Guide:
>
> <quote>
> [I]f bundles b1 and b2 are defined you can say
>
> bundle b3 = b1 + b2
Yeah, but there wasn't such a line in your example.
Hahahahahaaaa you're right, sorry, cut-n-paste bug. It was meant to be:
<hansl>
a = defbundle("uno", 1, "due", seq(4,7))
b = defbundle("tre", "ha", "quattro", 0)
c = a + b
print a b c
</hansl>
-------------------------------------------------------
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
-------------------------------------------------------