(todo ..args) args: zero or more arguments (any type)
M
Triggers an error with a "not yet implemented" message.
(todo x)
is equivalent to (bail "not yet implemented: " x)
.
(todo ..args) args: zero or more arguments (any type)
Triggers an error with a "not yet implemented" message.
(todo x)
is equivalent to (bail "not yet implemented: " x)
.