You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
www.scm does not render the numbered list for some reason:
1. The system does not accept the definition;
2. The definition is accepted, but evaluating `(f 10 20 30 'a 'b)` triggers an error, since the definition required an improper list, and a proper list was passed;
3. The system accepts the definition and, when evaluating `(f 10 20 30 'a 'b)`, treats it as it it were `(f 10 20 30 'a 'b . ())` and the result is:
https://docs.scheme.org/surveys/improper-syntax-rules-patterns/
and
https://github.com/schemedoc/surveys/blob/master/surveys/improper-syntax-rules-patterns.md
Are not in sync, the md file have explanation of the execution.
The text was updated successfully, but these errors were encountered: