[PATCH] ARGV in P0

2002-01-31 Thread Brent Dax
The patch below places the contents of argv into P0. At the moment it has the name of the script file in question in P0[0]; I haven't yet decided if this is to be construed as a feature or a bug. ;^) A little test script to see that this is working right: set I0, P0 set I1, 0

Re: [PATCH] ARGV in P0

2002-01-31 Thread Dan Sugalski
At 2:00 AM -0800 1/31/02, Brent Dax wrote: The patch below places the contents of argv into P0. At the moment it has the name of the script file in question in P0[0]; I haven't yet decided if this is to be construed as a feature or a bug. ;^) Probably a bug, but in the specification. --