On Thu, Jun 20, 2019 at 08:46:13AM +0200, Alexander Burger wrote:
>    (in "file"
>       (make
>          (do (car (info "file"))
>             (link (rd 1)) ) ) )

Sorry, this is unnecessarily complex.

Better is

   (in "file"
      (make
         (while (rd 1)
            (link @) ) ) )

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to