Re: [q-lang-users] Association lists
Brought to you by:
agraef
From: Jiří S. <jir...@bl...> - 2008-02-21 12:46:13
|
Albert Graef wrote: > That was one of the bugs I fixed. (You forgot the type guards on the > insert/delete interface functions, so the wrong equation would be > invoked.) Get the latest versions from cvs, they should be ok. ..... > > Moreover, to facilitate testing and debugging, in the interpreter it > is possible to gain access to all public and private symbols of the > program (also in modules not directly imported in the main script) > using qualified identifiers. I didn't read the docs with appropriate attention... :-( Nonetheless, I discovered another small bug. In dict and similarly hdict should be update D:Dict (X, Y) = insert D (X,Y); or update D:Dict XY = insert D XY; instead of update D:Dict X Y = insert D (X,Y); Regards, Jiri |