Mark H Weaver writes:
> tags 17825 notabug
> close 17825
> thanks
>
> Alírio Eyng writes:
>
>> I can't see why the second code doesn't work like the first:
>>
>> (use-modules (srfi srfi-1))
>> (define D '(((3 4
>> (let ((r 1))
>>(set! D (append D '((
>>(display D)(newline
tags 17825 notabug
close 17825
thanks
Alírio Eyng writes:
> I can't see why the second code doesn't work like the first:
>
> (use-modules (srfi srfi-1))
> (define D '(((3 4
> (let ((r 1))
>(set! D (append D '((
>(display D)(newline)
>(set-car! (drop D r) (car (dro
I can't see why the second code doesn't work like the first:
(use-modules (srfi srfi-1))
(define D '(((3 4
(let ((r 1))
(set! D (append D '((
(display D)(newline)
(set-car! (drop D r) (car (drop D (- r 1)
(let ((r 2))
(set! D (append D '((
(displa