1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-13 01:43:50 +03:00

guide: step2_env.qx -> step3_env.qx

This commit is contained in:
james sangho nah 2015-03-08 22:43:27 +13:00
parent bd08422d33
commit 169ddeb250

View File

@ -510,7 +510,7 @@ diff -urp ../process/step2_eval.txt ../process/step3_env.txt
key is found up the outer chain, then throws/raises a "not found"
error.
* Update `step2_env.qx` to use the new `Env` type to create the
* Update `step3_env.qx` to use the new `Env` type to create the
repl_env (with a `nil` outer value) and use the `set` method to add
the numeric functions.