Jan,

In release 6.2 [1] find-name was renamed to find-xt. I think the forth
code for see has not been updated to reflect this. By editing see.frt
and changing find-name to find-xt I was able to produce the following.

> : test 5 0 do i . loop ;
 ok
> test
0 1 2 3 4  ok
> see test
: test
[ 5278 ]   14396 5 
[ 5280 ]   14675 0
[ 5281 ]   15002 do -> 15018 
[ 5283 ]   1267 .
[ 5284 ]   15048 loop -> 5282 
[ 5286 ]   14367 ; ok

Regards,
Tristan

[1] http://amforth.sourceforge.net/history.html


On 26Oct18 15:12, Peter C. Hauser wrote:
> Jan,
> 
> It might not solve your immediate problem, but you can find a list of the 
> error codes here:  
> 
> http://forth-standard.org/standard/exception 
> <http://forth-standard.org/standard/exception>
> 
> 
> Peter
> 
> 
> > On 26 Oct 2018, at 13:50, Jan Kromhout <krom1...@hotmail.com> wrote:
> > 
> > Hi,
> > 
> > I have installed the word “see"
> > When I look to one of my former installed words I get this
> > 
> >> see toggle
> > ?? -4 10 
> > 
> > What is wrong with “see”
> > 
> > Cheers,
> > 
> > Jan
> > _______________________________________________
> > Amforth-devel mailing list for http://amforth.sf.net/
> > Amforth-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/amforth-devel
> 
> 
> _______________________________________________
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel


_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to