From: Matthias T. <mt...@we...> - 2018-10-22 13:40:34
|
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/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel |