Skip to content

[feat] Use statements#84

Closed
Zffu wants to merge 6 commits intomasterfrom
feat/use
Closed

[feat] Use statements#84
Zffu wants to merge 6 commits intomasterfrom
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 self-assigned this Apr 13, 2026
@Zffu Zffu closed this 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