From dc7b12497b039cafdaba536b505e497e02d22a6c Mon Sep 17 00:00:00 2001 From: Zhang Honghao Date: Sat, 7 Jun 2014 22:01:10 -0400 Subject: [PATCH] start "Patterns" --- source/chapter3/07_Patterns.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/chapter3/07_Patterns.md b/source/chapter3/07_Patterns.md index e69de29b..ff56af0d 100644 --- a/source/chapter3/07_Patterns.md +++ b/source/chapter3/07_Patterns.md @@ -0,0 +1,3 @@ +# 模式(Patterns) + +模式(pattern)代表了单个值或者复合值的结构。例如,元组`(1, 2)`的结构是逗号分隔的,包含两个元素的列表。 \ No newline at end of file