3bb68fd73de3
Fix typo
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 28 Sep 2019 15:20:54 -0400 |
parents | cb3ae608dff5 |
children | df21f66dd75e |
branches/tags | (none) |
files | content/blog/2016/06/symbolic-computation.markdown |
Changes
--- a/content/blog/2016/06/symbolic-computation.markdown Mon Sep 03 21:29:24 2018 +0000 +++ b/content/blog/2016/06/symbolic-computation.markdown Sat Sep 28 15:20:54 2019 -0400 @@ -733,7 +733,7 @@ * `read` takes in fifteen characters and returns a list of two items: the symbol `quote` and a list of three items (the symbol `+` and two numbers). -* `eval` gets the three element list and notices that the first element is the +* `eval` gets the two element list and notices that the first element is the special operator `quote`. It simply returns the second element in the list untouched, which in this case is a list of three items. * `print` gets that three element list, turns it into seven characters, and