Skip to content

Commit

Permalink
doc: Update cs.md (#566)
Browse files Browse the repository at this point in the history
* doc: Update cs.md

将“逻辑运算”更变为一级标题

* <update>[cs.md]: add subtitle `运算符和表达式`

将`运算符和表达式`和`字符串`区分开
  • Loading branch information
BobH-Official committed Mar 13, 2024
1 parent 88452a8 commit f3699e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/cs.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,10 @@ Console.WriteLine(Rep);
//会把字符中的 “1”替换成“串”
```

运算符和表达式
--------

### 逻辑运算
<!--rehype:wrap-class=col-span-2-->

```cs
//或运算, 与运算, 非运算
Expand Down

0 comments on commit f3699e1

Please sign in to comment.