Operator Predicates¶
- function infix-operator? o¶
test if o is a infix operator
- Param o:
object to test
- Return:
#t
if o is a infix operator,#f
otherwise
- function postfix-operator? o¶
test if o is a postfix operator
- Param o:
object to test
- Return:
#t
if o is a postfix operator,#f
otherwise
- function operator? o¶
test if o is a operator
- Param o:
object to test
- Return:
#t
if o is a operator,#f
otherwise
Last built at 2025-02-05T07:10:39Z+0000 from 62cca4c (dev) for Idio 0.3.b.6