IRC channel logs
2026-03-02.log
back to list of logs
<lechner->
Hi, is there way to bind multiple top-level variables via DEFINE from a procedure returning VALUES?
<rgherdt>
lechner-: define-values, like: (define-values (x y) (values 1 2))