version 1.31, 2000/09/23 15:46:59
|
version 1.33, 2000/11/13 22:10:30
|
Line 28
|
Line 28
|
require look.fs |
require look.fs |
require termsize.fs |
require termsize.fs |
require wordinfo.fs |
require wordinfo.fs |
[IFUNDEF] .name : .name name>string type space ; [THEN] |
[IFUNDEF] .name |
|
: id. ( nt -- ) \ gforth |
|
\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 -- ) |
|
\G F83 name for @code{id.}. |
|
|
|
' id. alias .name ( nt -- ) |
|
\G Gforth <=0.5.0 name for @code{id.}. |
|
|
|
[THEN] |
|
|
decimal |
decimal |
|
|
Line 480 c-extender !
|
Line 492 c-extender !
|
dup cell+ swap @ |
dup cell+ swap @ |
dup >r DoTable r> swap IF drop EXIT THEN |
dup >r DoTable r> swap IF drop EXIT THEN |
Display? |
Display? |
IF look 0= IF drop dup 1 cells - @ . \ ABORT" SEE: Bua!" |
IF look 0= IF drop dup 1 cells - @ ." <" 0 .r ." >" |
ELSE |
ELSE |
dup cell+ count dup immediate-mask and |
dup cell+ count dup immediate-mask and |
IF bl cemit ." POSTPONE " THEN |
IF bl cemit ." POSTPONE " THEN |