aboutsummaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2026-02-13 08:45:19 +0800
committerLi Jin <dragon-fly@qq.com>2026-02-13 08:45:19 +0800
commitecd8f3bfd07e91d04e0a2d72f4a50f9cc6c75433 (patch)
tree0d34d71cb16bdd80cebfb7bd0a56d97f5232095c /doc/docs
parente54d664e32a9ea97e852f9cb817535490a34e0fe (diff)
downloadyuescript-ecd8f3bfd07e91d04e0a2d72f4a50f9cc6c75433.tar.gz
yuescript-ecd8f3bfd07e91d04e0a2d72f4a50f9cc6c75433.tar.bz2
yuescript-ecd8f3bfd07e91d04e0a2d72f4a50f9cc6c75433.zip
Cleanup. [skip CI]HEADmain
Diffstat (limited to 'doc/docs')
-rw-r--r--doc/docs/de/doc/language-basics/operator.md1
-rw-r--r--doc/docs/doc/language-basics/operator.md1
-rw-r--r--doc/docs/id-id/doc/language-basics/operator.md1
-rw-r--r--doc/docs/pt-br/doc/language-basics/operator.md1
-rw-r--r--doc/docs/zh/doc/language-basics/operator.md1
5 files changed, 5 insertions, 0 deletions
diff --git a/doc/docs/de/doc/language-basics/operator.md b/doc/docs/de/doc/language-basics/operator.md
index 12143d5..3be5ec8 100644
--- a/doc/docs/de/doc/language-basics/operator.md
+++ b/doc/docs/de/doc/language-basics/operator.md
@@ -347,6 +347,7 @@ readFile "example.txt"
347"hello" |> print 347"hello" |> print
3481 |> print 2 -- Pipe-Element als erstes Argument einfügen 3481 |> print 2 -- Pipe-Element als erstes Argument einfügen
3492 |> print 1, _, 3 -- Pipe mit Platzhalter 3492 |> print 1, _, 3 -- Pipe mit Platzhalter
350
350-- Pipe-Ausdruck über mehrere Zeilen 351-- Pipe-Ausdruck über mehrere Zeilen
351readFile "example.txt" 352readFile "example.txt"
352 |> extract language, {} 353 |> extract language, {}
diff --git a/doc/docs/doc/language-basics/operator.md b/doc/docs/doc/language-basics/operator.md
index 6de5c17..caeb6f4 100644
--- a/doc/docs/doc/language-basics/operator.md
+++ b/doc/docs/doc/language-basics/operator.md
@@ -347,6 +347,7 @@ readFile "example.txt"
347"hello" |> print 347"hello" |> print
3481 |> print 2 -- insert pipe item as the first argument 3481 |> print 2 -- insert pipe item as the first argument
3492 |> print 1, _, 3 -- pipe with a placeholder 3492 |> print 1, _, 3 -- pipe with a placeholder
350
350-- pipe expression in multiline 351-- pipe expression in multiline
351readFile "example.txt" 352readFile "example.txt"
352 |> extract language, {} 353 |> extract language, {}
diff --git a/doc/docs/id-id/doc/language-basics/operator.md b/doc/docs/id-id/doc/language-basics/operator.md
index 6e0030a..b2b1003 100644
--- a/doc/docs/id-id/doc/language-basics/operator.md
+++ b/doc/docs/id-id/doc/language-basics/operator.md
@@ -347,6 +347,7 @@ readFile "example.txt"
347"hello" |> print 347"hello" |> print
3481 |> print 2 -- sisipkan nilai pipe sebagai argumen pertama 3481 |> print 2 -- sisipkan nilai pipe sebagai argumen pertama
3492 |> print 1, _, 3 -- pipe dengan placeholder 3492 |> print 1, _, 3 -- pipe dengan placeholder
350
350-- ekspresi pipe multi-baris 351-- ekspresi pipe multi-baris
351readFile "example.txt" 352readFile "example.txt"
352 |> extract language, {} 353 |> extract language, {}
diff --git a/doc/docs/pt-br/doc/language-basics/operator.md b/doc/docs/pt-br/doc/language-basics/operator.md
index 6371343..e0c0872 100644
--- a/doc/docs/pt-br/doc/language-basics/operator.md
+++ b/doc/docs/pt-br/doc/language-basics/operator.md
@@ -347,6 +347,7 @@ readFile "example.txt"
347"hello" |> print 347"hello" |> print
3481 |> print 2 -- insere o item do pipe como primeiro argumento 3481 |> print 2 -- insere o item do pipe como primeiro argumento
3492 |> print 1, _, 3 -- pipe com um placeholder 3492 |> print 1, _, 3 -- pipe com um placeholder
350
350-- expressão pipe em multilinha 351-- expressão pipe em multilinha
351readFile "example.txt" 352readFile "example.txt"
352 |> extract language, {} 353 |> extract language, {}
diff --git a/doc/docs/zh/doc/language-basics/operator.md b/doc/docs/zh/doc/language-basics/operator.md
index d948667..fc2a49d 100644
--- a/doc/docs/zh/doc/language-basics/operator.md
+++ b/doc/docs/zh/doc/language-basics/operator.md
@@ -347,6 +347,7 @@ readFile "example.txt"
347"你好" |> print 347"你好" |> print
3481 |> print 2 -- 将管道项作为第一个参数插入 3481 |> print 2 -- 将管道项作为第一个参数插入
3492 |> print 1, _, 3 -- 带有占位符的管道 3492 |> print 1, _, 3 -- 带有占位符的管道
350
350-- 多行的管道表达式 351-- 多行的管道表达式
351readFile "example.txt" 352readFile "example.txt"
352 |> extract language, {} 353 |> extract language, {}