From 49c8da525f00f19c8f1d16bc651ba5fea0a266c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=98=B3?= Date: Sun, 11 Sep 2016 14:05:50 +0800 Subject: [PATCH] Update S-Expressions.md --- S-Expressions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/S-Expressions.md b/S-Expressions.md index a86a3f5..4282b09 100644 --- a/S-Expressions.md +++ b/S-Expressions.md @@ -469,8 +469,6 @@ lval_println(x); lval_del(x); ``` -Now you should now be able to evaluate expressions correctly in the same way as in the previous chapter. Take a little breather and have a play around with the new evaluation. Make sure everything is working correctly, and the behaviour is as expected. In the next chapter we're going to make great use of these changes to implement some cool new features. - 现在,你应该可以向上一章一样,正确地对表达式进行求值了。稍作休息,尝试一下新的求值过程。确保能够正常运行,运行结果正确。在下一章,我们将充分利用本章做出的改变,实现一些更加酷炫的特性。 ```c