You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/getting-started/quick-start.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,10 @@ path_segments:
7
7
- quick-start
8
8
source_hash: c17c2ed2a7d8
9
9
status: source
10
+
permalink: /en/docs/getting-started/quick-start/
10
11
---
11
12
12
-
This guide walks through the core language features in 10 minutes using English. Every construct shown here is available in all 17 languages — see the [Language Guide](/language-guide/all-languages/) for equivalents.
13
+
This guide walks through the core language features in 10 minutes using English. Every construct shown here is available in all 17 languages — see the [Language Guide](/en/docs/language-guide/all-languages/) for equivalents.
13
14
14
15
---
15
16
@@ -170,4 +171,4 @@ Augmented assignment:
170
171
## Next: All 17 Languages
171
172
172
173
Every feature above is available in all 17 supported languages.
173
-
See [All Languages Reference](/language-guide/all-languages/) for the complete keyword and syntax mapping.
174
+
See [All Languages Reference](/en/docs/language-guide/all-languages/) for the complete keyword and syntax mapping.
Copy file name to clipboardExpand all lines: docs/content/en/getting-started/repl.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ path_segments:
7
7
- repl
8
8
source_hash: 4444b80aad58
9
9
status: source
10
+
permalink: /en/docs/getting-started/repl/
10
11
---
11
12
12
13
The multilingual REPL (Read-Eval-Print Loop) is a language-switching interactive environment for writing and testing programs in any of the 17 supported languages.
Copy file name to clipboardExpand all lines: docs/content/en/language-guide/all-languages.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ path_segments:
7
7
- all-languages
8
8
source_hash: 897bd24154cc
9
9
status: source
10
+
permalink: /en/docs/language-guide/all-languages/
10
11
---
11
12
12
13
This page provides complete program examples for all 17 supported languages, demonstrating variables, control flow, functions, and classes. Each example is a complete, runnable program.
Generators and async constructs in multilingual support the full Python model with localized keywords for `yield`, `async`, `await`, `async for`, and `async with`.
@@ -193,4 +194,4 @@ A function that combines `async def` and `yield` is an async generator:
193
194
| async for |`async for`|`async_pour`|`para_async`|`async_für`|`非同期毎`|`غير_متزامن_لكل`|`असंकालिक_प्रत्येक`|`异步对于`|
194
195
| async with |`async with`|`async_avec`|`async_con`|`async_mit`|`非同期と共に`|`غير_متزامن_مع`|`असंकालिक_साथ`|`异步以`|
195
196
196
-
See [Keywords Reference](/language-guide/keywords/) for all 17 languages.
197
+
See [Keywords Reference](/en/docs/language-guide/keywords/) for all 17 languages.
Copy file name to clipboardExpand all lines: docs/content/en/language-guide/control-flow.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ path_segments:
7
7
- control-flow
8
8
source_hash: 76561f72de89
9
9
status: source
10
+
permalink: /en/docs/language-guide/control-flow/
10
11
---
11
12
12
13
Control flow in multilingual uses the same Python semantics with localized keywords. All constructs work identically across all 17 supported languages — only the surface keywords differ.
@@ -260,4 +261,4 @@ French version:
260
261
261
262
> `break`, `continue`, and `pass` are universal across all 17 languages.
262
263
263
-
See [Keywords Reference](/language-guide/keywords/) for all 17 languages including Italian, Portuguese, Polish, Dutch, Swedish, Danish, Finnish, Bengali, and Tamil.
264
+
See [Keywords Reference](/en/docs/language-guide/keywords/) for all 17 languages including Italian, Portuguese, Polish, Dutch, Swedish, Danish, Finnish, Bengali, and Tamil.
Copy file name to clipboardExpand all lines: docs/content/en/language-guide/french.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ path_segments:
7
7
- french
8
8
source_hash: 8aaca71d7f2f
9
9
status: source
10
+
permalink: /en/docs/language-guide/french/
10
11
---
11
12
12
13
Ce guide présente la programmation avec `multilingual` en français. Il couvre les capacités du langage, le flux d'exécution, les exemples pratiques, et les points d'extension.
@@ -235,7 +236,7 @@ Certains built-ins universels ont des alias localisés. Les noms universels Pyth
235
236
|`ensemble`|`set`|
236
237
|`tuple`|`tuple`|
237
238
238
-
Voir la [référence des alias built-in](/reference/builtins/) pour la liste complète.
239
+
Voir la [référence des alias built-in](/en/docs/reference/builtins/) pour la liste complète.
Functions and classes in multilingual work exactly like Python, with localized keywords for `def`, `class`, `return`, `self`, and related constructs. Identifiers (variable names, function names, class names) are never translated — they remain as-is in the generated Python.
@@ -203,4 +204,4 @@ Decorators are applied bottom-up:
203
204
204
205
> `super`, `lambda`, `pass` are universal across all 17 languages.
205
206
206
-
See [Keywords Reference](/language-guide/keywords/) for all 17 languages.
207
+
See [Keywords Reference](/en/docs/language-guide/keywords/) for all 17 languages.
0 commit comments