Lisp Programming/Syntax
Appearance
This page or section is an undeveloped draft or outline. You can help to develop the work, or you can ask for assistance in the project room. |
Lisp has no syntax. Or very little to speak off.
(<Operator> <Argument>*)
is pretty close to the syntax of Lisp. An Operator acts on the Arguments provided.