Jun 20, 2019, 12:23 PM by [email protected]:

> 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.
>
Right, but good to know there's a built in way to get file Meta data.
> Better is
>  (in "file"
>  (make
>  (while (rd 1)
>  (link @) ) ) )
>
Awesome, due to while (link @) works instead of needing (link (rd 1)).
Thanks! I think I'm sufficiently covered to get started.

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

Reply via email to