'Define function' little utility, version 1.0
by Jorge Costa in Aug 28, 1995
THE AUTHOR OF THIS PROGRAM MAKES NO WARRANTY ABOUT ITS PERFORMANCE. THE
DEF.ZIP FILE CAN BE FREELY COPIED, BUT NOT MODIFIED WITHOUT PERMISSION FROM
THE AUTHOR. THIS SOFTWARE IS GIFTWARE.
Introduction:
DEF is a little System RPL routine which was born because of an article
posted on comp.sys.hp48 .
This utility takes a symbolic expression as input and creates a program to
evaluate it, with necessary arguments in the stack.
[WARNING: If the input algebraic expression contains no global variables,
DEF will crash, so be sure to include at least one global variable! -jkh-]
[Note: DEF had a minor bug; it appended x<<ABND to the end of the program
instead of x<< like it should have. The version here is fixed. -jkh-]
BYTES & CHECKSUM: 122.5 #CDD2h
Credits:
Murray Rogers ( mrogers@jolt.mpx.com.au ), for the original idea !
Mika Heiskanen, for JAZZ.LIB, HACK.LIB and for ENTRIES.SRT
Hope you will like/use it...
----------------------------------------------------------------
| -Jorge Costa- _Chemical Eng. Student & HP48 maniac_ |
| < l38861@alfa.ist.utl.pt > |
----------------------------------------------------------------