arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
673 stars 29 forks source link

Fix minor error in 'var' example #1629

Closed g3rwy closed 1 month ago

g3rwy commented 1 month ago

Var example fix

Only changed one line in builtin 'var' example string, it should show 2 instead of a when print var 'a is performed. No other changes has been made

Type of change

drkameleon commented 1 month ago

Apparently, there seems to be a Windows-related error (I have seen once sth similar, but I cannot honestly say what is going on here, since the master branch has been compiling fine up to now...)

So, let's put this on hold, until this is solved: https://github.com/arturo-lang/arturo/issues/1630

drkameleon commented 1 month ago

Ready to merge! 🚀