Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
pop-handler
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm
Implementation
(
define
(
pop-handler
)
(
let
((
h
(
car
*handlers*
)))
(
set!
*handlers*
(
cdr
*handlers*
))
h
))
Back to Index