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-08-15T06:10:42Z+0000 from 3d9f9d3 (dev) for Idio 0.3.b.6