Mark H Weaver <[email protected]> skribis: > @lisp > (letrec ((a 42) > - (b (+ a 10))) > + (b (+ a 10))) ;; Illegal access > (* a b))
Please change it to “invalid access”. Nothing illegal here. ;-) Ludo’.
Mark H Weaver <[email protected]> skribis: > @lisp > (letrec ((a 42) > - (b (+ a 10))) > + (b (+ a 10))) ;; Illegal access > (* a b))
Please change it to “invalid access”. Nothing illegal here. ;-) Ludo’.