ch4_1c.mw
Session 4.1 Part c A Maple program created as a text file.
This is the way yxplot was stored.
> restart;
> read `/home/ceng303/maple/fib`;
Executing the program gives:
> fib(5);
> fib(10);
>