mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-02 12:22:08 +03:00
Merge branch 'master' of https://github.com/AleoHQ/leo into fix/inputs
This commit is contained in:
commit
9be27f8da2
@ -355,8 +355,10 @@ function main() -> Circ {
|
|||||||
## Imports
|
## Imports
|
||||||
Both struct and function imports are supported.
|
Both struct and function imports are supported.
|
||||||
|
|
||||||
|
```leo
|
||||||
import all: `*`
|
import all: `*`
|
||||||
import alias: `symbol as alias`
|
import alias: `symbol as alias`
|
||||||
|
```
|
||||||
|
|
||||||
`src/simple_import.leo`
|
`src/simple_import.leo`
|
||||||
```rust
|
```rust
|
||||||
|
Loading…
Reference in New Issue
Block a user