- :logical
complex?
checks if given value is of type :complex
Parameters
complex? value :any
Returns
Examples
copyc: to :complex [1 2] print complex? c ; true print complex? 123 ; false
complex? value :any
copyc: to :complex [1 2] print complex? c ; true print complex? 123 ; false