Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
input-output-port?
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm
Implementation
(
define
(
input-output-port?
p
)
(
and
(
input-port?
p
)
(
output-port?
p
)))
Back to Index