1. Py 2.5h Update

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 message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu