摘要: let emptyList = []let oneItem = "one" ::[]let twoItem = "one" :: "two" ::[] let shortHand = ["apples" ; "orange"] let twoLists = twoItem @ shortHand let objList = [box 1 ; box 2.0 ; box "three"] for x... 阅读全文
posted @ 2010-07-23 15:02 飞林沙 阅读(455) 评论(0) 推荐(0) 编辑