Update 04.9.md

重新组织语言
This commit is contained in:
Weiliang Li
2016-03-22 11:11:56 +08:00
parent 75fa31b552
commit 69e9d2b8c3

View File

@@ -41,7 +41,7 @@ intP 存储了 i1 的内存地址;它指向了 i1 的位置,它引用了变
对于任何一个变量 var 如下表达式都是正确的:`var == *(&var)`
现在,我们应当能理解 pointer.go 中的整个程序和他的输出:
现在,我们应当能理解 pointer.go 的全部内容及其输出:
示例 4.21 [pointer.go](examples/chapter_4/pointer.go):