Thanks,

This start because I need a syntax like the next:

(define u (make-s user (nom ape sexo))
(set-s u ((nom "nom" ) (ape "ape")))
(get-s u 'nom)
u ; --> '((nom "nom") (ape "ape") (sexo ""))

And I start using lists but I can't hidden. From there I changed to a struct 
but now I get this problem.

set-usuario-key!: unbound identifier in module in: set-usuario-key!

How I can solve that?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: user.rkt
Description: Binary data

Reply via email to