On Friday 31 August 2007 01:36:50 Bernd Paysan wrote:
> Can you type "v" to go into the editor to see where it happens?
I always work in bigforth and never know where my errors happen :( And now I
see that xbigforth has this V-thing :)
Basically the line where it puts cursor is:
dup ]size gsl_vector_alloc dup 1e0 ]fill dup rot ]. ]free ;
The whole definition looks like:
: ]total ( *gsl_vector -- f:sum )
dup ]size gsl_vector_alloc dup 1e0 ]fill dup rot ]. ]free ;
Seems legitimate to me and works in previous version.
-----------
Sergey Plis
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]