3c3
< # Simple database application using indirect variable referencing.
---
> # Simple database / table-lookup application.
21c21
< B1725_powerdissip=.25
---
> B1725_powerdissip=.125
45c45,47
<   echo "There are ${!Inv} of [${!Val} ohm / ${!Pdissip} watt] resistors in stock."
---
>   # Now, retrieve value, using indirect referencing.
>   echo "There are ${!Inv} of  [${!Val} ohm / ${!Pdissip} watt]\
>   resistors in stock."  #        ^             ^
59a62
> #    Which method is easier to code?
