mruby-web-irb icon indicating copy to clipboard operation
mruby-web-irb copied to clipboard

Assignment does not work

Open nmingotti opened this issue 3 years ago • 2 comments

Just tried on the public webpage to run basic code, but

>>> a = "hello world"
>>> a 

gives error, bye

nmingotti avatar May 16 '22 16:05 nmingotti

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

joshnuss avatar May 16 '22 16:05 joshnuss

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

nmingotti avatar May 17 '22 06:05 nmingotti