On 13.4.2002 Martin Kuchinka updated his PowerD compiler to V0.19alpha6:
Changes:
- You can replace (not only) powerd.lib functions just by defining them
- fixed length arg in RealStr() function
- fixed EStrCopy(), EStringF() functions - improved support of OOP4A project
- You are allowed to use directly: var.func(args) instead of domethode(var,'func',args)
- added ppc functions: EStringF(), RealStr(), RealEStr()
- added/fixed all the quoted-expression functions: Eval(), MapList(), ForAll(), Exists(), SelectList()
- 68k only!!!, ppc knows currently only Eval()
- bugfixes reported by Marco Antoniazzi - IF (~x) compiled wrong
- IF (a) AND ~(b) compiled wrong - NOR and NAND keywords do now work
- added '#include' preprocessor keyword
- fixed assembler error when EXCEPTDO without Raise() occured
- bugfixes reported my Kai Wolf - fixed a bug of too many args...
- bugfixes reported by Michel Bagmeijer - Rem() isn't supported anymore
- DC can now compile also data only sources without any procedures
- added syntax error when 'CASE something:' used. (if the colon is used)
- bugfixes reported by Nemeth Miklos
- added a warning when assigning a value to an array (not item of array)