mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
docs: update contents (zh) (#413)
* readme(zh_TW): translation synchronization * readme(zh_CN): translation synchronization
This commit is contained in:
parent
a484f0ff9a
commit
8356c1a0c0
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=README.md&commit_hash=8673a0ce564fd282d0ca586642fa7f002e8a3c50)
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=README.md&commit_hash=718ae9d7d8118fcf5f36561ebbcfa96af980ec32)
|
||||
|
||||
## Erg可以推荐给以下人员:
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
assert fib(10) == 55
|
||||
```
|
||||
|
||||
在Erg中,很少有东西被认为是特殊的,没有关键字,因此for和while表达式也只是子程序之一
|
||||
甚至for和while表达式也只是子程序之一,所以这是可能的
|
||||
|
||||
```python
|
||||
loop! block! = while! do! True, block!
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=README.md&commit_hash=8673a0ce564fd282d0ca586642fa7f002e8a3c50)
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=README.md&commit_hash=718ae9d7d8118fcf5f36561ebbcfa96af980ec32)
|
||||
|
||||
## Erg可以推薦給以下人員:
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
assert fib(10) == 55
|
||||
```
|
||||
|
||||
在Erg中,很少有東西被認為是特殊的,沒有關鍵字,因此for和while表達式也只是子程序之一
|
||||
甚至for和while表達式也只是子程序之一,所以這是可能的
|
||||
|
||||
```python
|
||||
loop! block! = while! do! True, block!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue