[red/zh-cn] Update Chinese translation (#4299)

This commit is contained in:
woclass 2022-01-03 09:49:42 -06:00 committed by GitHub
parent 93af05dc04
commit 868d6ea2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,11 +150,11 @@ msg: either a > 0 [
]
print ["a 是 " msg lf]
; util
; until
; 循环执行一段代码块,直到满足给定的条件为止。
; util 没有返回值,所以它不能用在表示式中
; UNTIL 在最后一次循环执行完最后一个表达式后,总是返回真值 'true'
c: 5
util [
until [
prin "o"
c: c - 1
c = 0 ; 终止循环的条件
@ -193,15 +193,15 @@ print twice b ; 输出 6
## 更进一步
Red 相关的源码信息在 [Red 语言主页](http://www.red-lang.org)。
Red 相关的源码信息在 [Red 语言主页](https://www.red-lang.org)。
源代码的 [github 库](https://github.com/red/red)。
Red/System 特性在 [这里](http://static.red-lang.org/red-system-specs-light.html)。
Red/System 特性在 [这里](https://static.red-lang.org/red-system-specs-light.html)。
想要了解更多关于 Rebol 和 Red 的信息,加入 [Gitter 聊天室](https://gitter.im/red/red)。如果你无法加入,也可以给我们发[邮件](mailto:red-langNO_SPAM@googlegroups.com)。
也可以在 [Stack Overflow](stackoverflow.com/questions/tagged/red) 上查阅、提交问题。
也可以在 [Stack Overflow](https://stackoverflow.com/questions/tagged/red) 上查阅、提交问题。
也许你现在就要试一试 Red ?可以在线尝试 [try Rebol and Red site](http://tryrebol.esperconsultancy.nl)。