Skip to content

[feat] Use statements#85

Merged
Zffu merged 11 commits intodev-unstablefrom
feat/use
Apr 13, 2026
Merged

[feat] Use statements#85
Zffu merged 11 commits intodev-unstablefrom
feat/use

Conversation

@Zffu
Copy link
Copy Markdown
Member

@Zffu Zffu commented Apr 13, 2026

You can now use a use statement to import code:

use myOtherFile:[myOtherFunc]

func main() {
   myOtherFunc()
}

use statements will automatically import any type related to a function

@Zffu Zffu merged commit 477cf57 into dev-unstable Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant