Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🖊️ Add support for empty strings in level 12 and up #4494 #5392

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

boryanagoncharenko
Copy link
Collaborator

Fixes #4494
In level 12 and up, a variable can be assigned to an empty string.

How to test
Run Hedy locally and execute the following snippet in level 12 and up:

name = ''
print name

Copy link
Contributor

mergify bot commented Apr 16, 2024

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 6b69ba1 into main Apr 16, 2024
12 checks passed
@mergify mergify bot deleted the empty_string_4494 branch April 16, 2024 23:24
Copy link
Contributor

mergify bot commented Apr 16, 2024

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] Can't initialize variable to empty string
2 participants