> Unnikrishnan Nair writes:
> I see only difference is the there is no local variable concept when run in
> interpreter mode. Is this correct?
Yes, currently local variables don't work in rbx when running it interactively.
The work to fix this is being done, though John/Tomas can chime in here
I see only difference is the there is no local variable concept when run in
interpreter mode.
Is this correct?
Thanks.
Unni
What is the difference in running ruby code in interpreter mode on rbxand
running rbx with ruby code in a file passed as a parameter?
__
Consider simple file.rb:
puts File.exist?("C:/work/napa.net/gui/bin/script")
There exists directory C:/work/napa.net/gui/bin/script
With C-ruby:
[11:11:29 ~/irb_test] ruby file.rb
true
With IronRuby:
[11:11:35 ~/irb_test] rbx file.rb
false
This discrepancy (among others) currentl
Consider simple file.rb:
puts File.exist?("C:/work/napa.net/gui/bin/script")
There exists directory C:/work/napa.net/gui/bin/script
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core