Hello!

I am having a problem with this basic hash-table operation:

csi -n

CHICKEN
Version 3.0.1 - linux-unix-gnu-x86      [ manyargs dload ptables applyhook ]
(c)2000-2008 Felix L. Winkelmann        compiled 2008-02-05 on disko (Linux)
SVN rev. 8157

#;1> (define x (make-hash-table))
#;2> (hash-table-set! x 1 2)
2
#;3> (hash-table-ref x 1)
Error: (apply) bad argument type: #<procedure (f_10741)>

       Call history:

       <syntax>                (hash-table-ref x 1)
       <eval>          (hash-table-ref x 1)    <--

Can anyone tell me what's the issue here?

Regards
Andre


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to