
www.Usenet.com
Group Index
Comp Thread Archive from Usenet.com
EQN 4.5 Available Open Source 4GL Calculator
- __From__: Scott Auge
- __Subject__: EQN 4.5 Available Open Source 4GL Calculator
- __Date__: Mon, 27 Oct 2003 21:12:48 -0600
UPDATE: 10-27-2003 Version 4
Corrected call to AddFormula.p in the testing programs (Doh!)
Created Empty function - was used for testing empty arguments but
included in the testing suite anyhow.
jsr and jmp no longer require conditionals. They can simply use the
label to jump to, ie:
jsr IncCount;
jmp ComputeInternal;
The ability to load EQN programs from disk via the PROPATH of the
session. See load statement.
Added built in functions to documentation and modified docs for new
functionality.
Docs here:
http://www.amduus.com/OpenSrc/SrcLib/EQN/eqn/doc/
Download here:
http://www.amduus.com/OpenSrc/SrcLib/EQN/eqn.2003.300.19.37.zip
Paruse code here:
http://www.amduus.com/OpenSrc/SrcLib/EQN/eqn/src/
--
Scott Auge
Founder
Amduus Information Works, Inc.
http://www.amduus.com
- EQN 4.5 Available Open Source 4GL Calculator,
Scott Auge