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

[BUG] Can't initialize variable to empty string #4494

Closed
jpelay opened this issue Sep 14, 2023 · 0 comments · Fixed by #5392
Closed

[BUG] Can't initialize variable to empty string #4494

jpelay opened this issue Sep 14, 2023 · 0 comments · Fixed by #5392
Assignees
Labels
language Issues related to the Hedy language

Comments

@jpelay
Copy link
Member

jpelay commented Sep 14, 2023

In level 12 you can't assign an empty string to a variable:

image

@jpelay jpelay added the language Issues related to the Hedy language label Sep 15, 2023
@boryanagoncharenko boryanagoncharenko self-assigned this Apr 4, 2024
@mergify mergify bot closed this as completed in #5392 Apr 16, 2024
mergify bot pushed a commit that referenced this issue Apr 16, 2024
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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language Issues related to the Hedy language
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants