append() tip

new topic     » topic index » view thread      » older message » newer message

Hi all,

For the experienced users among you that didn't discover it yet:

a=3Dappend(q, a) can easily be replaced by 

a&=3D{q}

prepend(a,q) by

a=3D{q}&{a}

or variations of it.

I hated to have to look up the function from the beginning,
and came up with this.

EUrs

antoine tammer

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu