摘要:
Consider this following code in C# 2.0 int? i = 1; i++; Console.WriteLine(i); int? j = i; j = null; Console.WriteLine(j.HasValue);in... 阅读全文
posted @ 2005-08-25 22:19
linkcd
阅读(1084)
评论(0)
推荐(0)
|
this.Think();
(Define (Learn-SICP (Begin (Read Book) (Write Scheme) (Thinkabout It))))
|
|
|
|