Added documentation #730

Merged
zxq9 merged 18 commits from github/fork/radrow/doc-revolution into lima 2020-03-10 20:39:40 +09:00
Showing only changes of commit feee748c99 - Show all commits

View File

@ -8,8 +8,9 @@ in the priv/stdlib directory. Thanks!
# Standard library # Standard library
Sophia language offers standard library that consists of several namespaces. Some of them are already Sophia language offers standard library that consists of several namespaces. Some of them are already
in the scope and do not need any actions to be used, while some others are hidden under includable in the scope and do not need any actions to be used, while the others require some files to be included.
files. The autoincluded namespaces are:
The out-of-the-box namespaces are:
- [Bits](#Bits) - [Bits](#Bits)
- [String](#String) - [String](#String)