Am 29.04.2017 um 08:41 schrieb Riccardo (Jack) Lucchetti:
Aaaah, this is very nice, thanks Allin!
Yes it is!
This could come in particularly handy if you combine it with the
"+"
operator. Example:
<hansl>
a = defbundle("uno", 1, "due", seq(4,7))
b = defbundle("tre", "ha", "quattro", 0)
print a b c
</hansl>
I'm afraid I don't get this example.
But apart from that, I have a minor issue with the syntax/notation
inside the parentheses. Couldn't the name-content pairs be structured
better, like:
a = defbundle("eins", 1; "zwei", 2)
or
a = defbundle("eins" 1, "zwei" 2)
or even:
a = defbundle("eins": 1, "zwei": 2)
thanks,
sven