http://www.dekorte.com/Software/C/Io/releases/Io-2002-11-16.tgz
Beta Release 2002 11 16
=======================
- updated Docs (lots of changes)
- Date
- added Shawn Perry's fromString() method and PowerDog's strptime()
- added fromNumber(aNumber) and print methods
- File
- Removed File setMode() method and replaced with
openForReading(), openForUpdating() and openForAppending()
- added at(), atPut() and foreach() methods
- lowered default Map size
Notes: List, Map, Buffer, Object and File now all implement foreach
(and most implement at() and atPut() as well)