- :logical
literal?
checks if given value is of type :literal
Parameters
literal? value :any
Returns
Examples
copyprint literal? 'x ; true print literal? "x" ; false print literal? 123 ; false
literal? value :any
copyprint literal? 'x ; true print literal? "x" ; false print literal? 123 ; false