Skip to content

Commit 807f942

Browse files
authored
更新tetris.cpp
1 parent 9c0de20 commit 807f942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tetris.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
/// 6. 表达式
2121
/// 1. 运算符
2222
/// 2. 访问变量
23-
/// 3. 调用函数
23+
/// 3. 访问成员变量
24+
/// 4. 调用函数
2425
/// 7. 逻辑语句
2526
/// 1. 条件语句 if switch(case default break)
2627
/// 2. 循环语句 for while do..while -- continue break

0 commit comments

Comments
 (0)