Merge pull request #636 from duanhong169/gh-pages
Update 07_Patterns.md
This commit is contained in:
@ -233,7 +233,7 @@ case ("0", "0"):
|
|||||||
default:
|
default:
|
||||||
print("The point is at (\(point.0), \(point.1)).")
|
print("The point is at (\(point.0), \(point.1)).")
|
||||||
}
|
}
|
||||||
// 打印 “(1, 2) is near the origin.”
|
// 打印 “The point is at (1, 2).”
|
||||||
```
|
```
|
||||||
|
|
||||||
> 表达式模式语法
|
> 表达式模式语法
|
||||||
|
|||||||
Reference in New Issue
Block a user