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 2026-01-22T07:10:44Z+0000 from 035dc86 (dev) for Idio 0.3.b.6