Skip to content

Commit 5fb4cd3

Browse files
gomazarashigomazarashi
authored andcommitted
scripting(スクリプト記述)の追加翻訳
1 parent 9c6205d commit 5fb4cd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/language/scripting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,10 @@ Typstをローカルで使用している場合、独自のシステムローカ
307307

308308
## 演算子 { #operators }
309309

310-
以下の表は、使用可能なすべての単項および二項演算子の効果、引数の個数(単項あるいは二項)、および優先度(高いほど強く結合)を示しています。Some
311-
operations, such as [modulus]($calc.rem-euclid), do not have a special syntax
312-
and can be achieved using functions from the
313-
[`calc`]($category/foundations/calc) module.
310+
以下の表は、使用可能なすべての単項および二項演算子の効果、引数の個数(単項あるいは二項)、および優先度(高いほど強く結合)を示しています。
311+
[剰余]($calc.rem-euclid)
312+
などの一部の演算は特別な構文を持たず、
313+
[`calc`]($category/foundations/calc)モジュールの関数を用いて実現できます。
314314

315315
| 演算子 | 効果 | 引数の個数 | 優先度 |
316316
| :--------: | ------------------------------------ | :--------: | :----: |

0 commit comments

Comments
 (0)