--- gforth/search.fs 2003/03/08 13:29:55 1.24 +++ gforth/search.fs 2005/12/31 15:46:10 1.27 @@ -1,6 +1,6 @@ \ search order wordset 14may93py -\ Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003,2005 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -211,20 +211,20 @@ lookup ! \ our dictionary search order b context @ 1 set-order ; [IFUNDEF] .name -: id. ( nt -- ) \ gforth +: id. ( nt -- ) \ gforth i-d-dot \G Print the name of the word represented by @var{nt}. \ this name comes from fig-Forth name>string type space ; -' id. alias .id ( nt -- ) +' id. alias .id ( nt -- ) \ F83 dot-i-d \G F83 name for @code{id.}. -' id. alias .name ( nt -- ) +' id. alias .name ( nt -- ) \ gforth-obsolete dot-name \G Gforth <=0.5.0 name for @code{id.}. [THEN] -: .voc ( wid -- ) \ gforth +: .voc ( wid -- ) \ gforth dot-voc \G print the name of the wordlist represented by @var{wid}. Can \G only print names defined with @code{vocabulary} or \G @code{wordlist constant}, otherwise prints @samp{???}.