> it means, they're evaluated as if they're typed at the repl. so in the (ikarus) environment?
On Tue, Jun 2, 2009 at 4:45 PM, Abdulaziz Ghuloum <[email protected]> wrote: > > On Jun 2, 2009, at 9:33 AM, Ramana Kumar wrote: > >>> I agree with this. The existing "--script" can be renamed "--load" >>> because that's what it does: it loads the file into the interaction >>> environment. >> >> I don't understand what "loads the file into the interaction >> environment" means. > > it means, they're evaluated as if they're typed at the repl. > >> What kind of files are allowed? > > Text files. :-) > >> I am guessing the file should look like a script file? > > No. > >> Must it start with an import? > > No. You don't start by typing an import at the repl. > > Aziz,,, > > >
