Update 00_basic.md

This commit is contained in:
Cai Bingjun 2022-09-27 21:44:15 +08:00 committed by GitHub
parent 1c7ec91a02
commit f6e07de0bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
> __Warning__: This document is incomplete. It has not been proofread (style, correct links, mistranslation, etc.). Also, Erg's syntax may be change destructively during version 0.*, and the documentation may not have been updated accordingly. Please be aware of this beforehand.
> If you find any errors in this document, please report then to [here form](https://forms.gle/HtLYRfYzWCAaeTGb6) or [GitHub repo](https://github.com/mtshiba/TheErgBook/issues/new). We would appreciate your suggestions.
>
> [Erg Book 日本語訳](https://erg-lang.github.io/the-erg-book/JA/)
> [Erg Book 日本語訳](https://erg-lang.org/the-erg-book/JA/)
>
> [Erg Book 繁體中文翻譯](https://erg-lang.github.io/the-erg-book/zh_CN/)
> [Erg Book 繁體中文翻譯](https://erg-lang.org/the-erg-book/zh_TW/)
>
> [Erg Book 简体中文翻译](https://erg-lang.github.io/the-erg-book/zh_TW/)
> [Erg Book 简体中文翻译](https://erg-lang.org/the-erg-book/zh_CN/)
This document describes the basic syntax of Erg. The [Standard API](../API/index.md) and [internal documents for Erg contributors](../dev_guide/index.md) are located in another directory.