Py 2.5h Update

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

Yet another update of Py, at: http://www.lanset.com/dcuny/py.htm

The latest feature is the oft-requested pass by reference. You can now
write:

   def swap( *a, *b )
      tmp = a
      a = b
      b = tmp
   end def

Referenced parameters must be variables (indexed or plain).

As usual, bug reports are appreciated.

Thanks!

-- David Cuny

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

Search



Quick Links

User menu

Not signed in.

Misc Menu