def foo a = 22end def bar a = 33end def p puts aend foobarp
Standard input is empty
Standard output is empty
prog.rb:10:in `p': undefined local variable or method `a' for main:Object (NameError) from prog.rb:15:in `<main>'
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!