Re: Discuss changing the behaviour of append()

new topic     » goto parent     » topic index » view thread      » older message » newer message
DerekParnell said...

Currently this is illegal ...

sequence x 
 
x = append(1,2) 
sequence x 
 
x = 1 & 2 -- No error. Creates {1,2} 

Why not just use & then? What's the advantage of append(), anyway? I don't think i ever use it.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu