Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
unless
macro
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm
Implementation
(
macro
(
unless
form
)
`
(
if
(
not
,
(
cadr
form
))
(
begin
,@
(
cddr
form
))))
Back to Index