API Reference
API reference of built-in functions, variables, and modules.
To import each module, use import
statement. For example, you import http
module like the below.
(import "http")
Then its functions and variables are used with its prefix.
(http.get "https://cloe-lang.org")