literal?
builtin-function
(literal? expr)
Returns true if expr is null, a value type, a number or a string.
expr
null
make-html > (literal? 123) it: true make-html > (literal? "abc") it: true make-html > (literal? 'aap) it: false