Re: mainly syntax

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

Nobody seemed to mention the elegant solution to the
  foo=append(foo,bar)
problem as applied in PP. You can write
  foo =a bar
or
  foo =& bar
if you want to concatenate. This provides nice efficient, non-irritating code
like in C.

Daniel Johnson

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

Search



Quick Links

User menu

Not signed in.

Misc Menu