Skip to content

Conversation

@suba327777
Copy link

Description

Fix guide for versions 0.14 & 0.13

replace var main_window: *Window = undefined;,var ok_button: *Button = undefined; with const main_window: *Window = undefined; , const ok_button: *Button = undefined;.
Else the complier complains with error: local variable is never mutated

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