🐛 fix(tsl-syntax): remove body routing instructions
This commit is contained in:
@@ -191,7 +191,7 @@ writeLn(inverse_value[2][1]);
|
||||
- `array((1, 2, 3), (4, 5, 6))` 是 `2 x 3` 矩阵样数组。
|
||||
- `!matrix_value` 返回的是 `3 x 2` 广义逆结果。
|
||||
- 生成矩阵逆/广义逆时写 `!matrix_value`;不要把它改写成 `1 / matrix_value`。
|
||||
- `!` 不表示逻辑非;逻辑非回 [06_expressions_and_operators.md](06_expressions_and_operators.md) 使用 `not`。
|
||||
- `!` 不表示逻辑非;逻辑非以 [06_expressions_and_operators.md](06_expressions_and_operators.md) 的 `not` 规则为准。
|
||||
|
||||
### `msize`、`mrows`、`mcols`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user