Re: Trying to set up dictionary to map to functions

2009-12-08 Thread Dave Angel
Randy Belt wrote: Hi, I have a small test program written trying to set up a dictionary that points keys to functions. It is working. However, in the process of creating it I noticed a weird problem. The problem is that this IS WORKING and I think it shouldn't be. ~ Here is the input config

Re: Trying to set up dictionary to map to functions

2009-12-08 Thread Peter Otten
Randy Belt wrote: > I have a small test program written trying to set up a dictionary that > points keys to functions. It is working. However, in the process of > creating it I noticed a weird problem. The problem is that this IS > WORKING and I think it shouldn't be. > > ~ Here is the input c

Trying to set up dictionary to map to functions

2009-12-08 Thread Randy Belt
Hi, I have a small test program written trying to set up a dictionary that points keys to functions. It is working. However, in the process of creating it I noticed a weird problem. The problem is that this IS WORKING and I think it shouldn't be. ~ Here is the input config file code ~ its cal