This directory contains two separate demonstrations of uses of table
object.

tab_funcgen.g - shows how to use the "table" object as a function
    generator.  The "step_mode" option is used to read out table values with
    each clock tick, permitting the table to act as a generator for any
    arbitrary function.  The object itself is documented in Section 11 (the
    Olf Library) of the GENESIS 1.3 manual. (Submitted by Upi Bhalla)

tab_logplot.g - shows how to use a table with an "xgraph" object to make
    logarithmic plots.
