Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
impc:ti:gteq
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmti.xtm
Implementation
(
define
impc:ti:gteq
(
lambda
(
ast
)
`
(
or
(
>
,
(
cadr
ast
)
,
(
caddr
ast
))
(
=
,
(
cadr
ast
)
,
(
caddr
ast
)))))
Back to Index