Hi,

when I look for a definition, a recursive grep is my best
friend, it is fed with the usual colon definition ": <name> " 
including proper whitespace. It's not completly foolproof
but works most the time

$:~/amforth$ grep -ri ": \.s " *
common/lib/forth2012/tools/dot-s.frt:: .s depth 0 ?do depth i - 1- pick
. loop ;
doc/TG/source/TG/recipes/Dumps.rst:   : .s  ( -- ) 

this works for other forth's as well.

HTH Matthias

Am Montag, den 22.10.2018, 13:17 +0000 schrieb Jan Kromhout:
> Hello,
> 
> Where can I find the definition files of the words “SEE, .S, DUMP”
> 
> 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

Reply via email to