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

REPL - variable declared and not used #367

Closed
mantielero opened this issue Jun 22, 2019 · 0 comments · Fixed by #446
Closed

REPL - variable declared and not used #367

mantielero opened this issue Jun 22, 2019 · 0 comments · Fixed by #446
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@mantielero
Copy link

I am getting the following error:

$ ./v
V 0.0.12
Use Ctrl-D to exit
For now you have to use println() to print values, this will be fixed soon

>>> name := 'Bob'
>>> println(name)
Bob
>>> age := 20
>>> println(age)
panic: vrepl.v:1
`name` declared and not used
exit():  
@medvednikov medvednikov added the Bug This tag is applied to issues which reports bugs. label Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants