skint icon indicating copy to clipboard operation
skint copied to clipboard

cond-expand does not appear to work properly

Open markcol opened this issue 1 year ago • 0 comments

Calling cold-expand does not work as expected. Neither of the examples shown below work:

skint] (cond-expand (skint 'foo)) run-time failure: argument count error on entry

skint] (cond-expand (skint (display "foo"))) run-time failure: argument count error on entry

markcol avatar Aug 12 '24 04:08 markcol