-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
# 注释 | ||
|
||
你可以用 `#` 开头的行添加注释, 除了部分特殊格式的注释([注释表达式](/uml/syntax/comment_expression.html)), 注释不会被执行, 可以用来提示当前代码的作用. | ||
你可以用 `#` 开头的行添加注释, 除了部分特殊格式的注释([注释表达式](./comment_expression.md)), 注释不会被执行, 可以用来提示当前代码的作用. | ||
|
||
注释行在 `#` 后至少有一个字符, 否则会导致报错. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters