We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tests the syntax of a single form for validity.
(syntax-ok? '(if 1 2 3)) ; true (syntax-ok? '(if 1 2)) ; Syntax error: ; (if 1 2) ; if: too few arguments ; (if <predicate> <consequent> <alternative>)