Appearance
[toc]
// 遍历次数 (0 until 10).map(...)
class Point(xc: Int, yc: Int) { var x: Int = xc var y: Int = yc }