mruby-web-irb
mruby-web-irb copied to clipboard
Assignment does not work
Just tried on the public webpage to run basic code, but
>>> a = "hello world"
>>> a
gives error, bye
What browser are you on? It's working for me on Chrome.
Also, heads up, this project is isn't really supported anymore cause the stuff it depends on hasn't been updated in a while. But still most things should work
I see, anyway, I checked in Chrome, to me it does not work. as well. I am running in Debian Stable.
>>> a = "hello"
>>> a
NoMethodError, undefined method 'a' for main