Node:Exercises,
Previous:Multi-function Calc,
Up:Examples
Exercises
- Add some new functions from math.hto the initialization list.
- Add another array that contains constants and their values.  Then
modify init_tableto add these constants to the symbol table. 
It will be easiest to give the constants typeVAR.
- Make the program report an error if the user refers to an
uninitialized variable in any way except to store a value in it.