(macro) print the result of evaluating the given form
Example: (print (append '(a b) '(c d))) Print the list (a b c d) to the terminal General Forms: (print form) (print form t)
Prettyprints the result of evaluating form. The evaluation of
If the form you want to evaluate does not satisfy the criterion above, you
should create an appropriate call of the