Closed garritfra closed 4 years ago
Describe the bug When trying to assign any value to a variable (here foo), the following error is thrown:
foo
Error: foo is not defined
To Reproduce Steps to reproduce the behavior:
clio new foo
cd foo
src/main.clio
2 => bar bar -> print
clio run
Expected behavior The value should be assigned to the variable
Screenshots null
null
Versions (please complete the following information):
Possible solutions
Additional context This issue was detected when reviewing #157
Describe the bug When trying to assign any value to a variable (here
foo
), the following error is thrown:To Reproduce Steps to reproduce the behavior:
clio new foo
cd foo
src/main.clio
with this snippet:clio run
(5. Copy new clio internals to source if nessessary) (6. Runclio run
again)Expected behavior The value should be assigned to the variable
Screenshots
null
Versions (please complete the following information):
Possible solutions
Additional context This issue was detected when reviewing #157