I am just trying to do very simple code with set-car!
and set-cdr!
in racket
, but I got the error: expand: unbound identifier in module in: set-car!
and expand: unbound identifier in module in: set-cdr!
Aren't they defined in racket
? Could anyone help?