Re: [Ironruby-core] RBX Question

2008-04-15 Thread Jimmy Schementi
> 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

[Ironruby-core] RBX Question

2008-04-15 Thread Unnikrishnan Nair
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? __