Header: /home/radek/cvs/forth-book/db-dict/<#,v 1.1 2003/02/02 12:39:12 radek Exp

$Revision: 1.1 $ $Date: 2003/12/28 18:21:57 $

Jméno

< number — FIXME: jednořádkový popis

Přehled

: <#   ( → ) ;

Popis

Definováno v: dpANS Forth 6.1.0490 CORE

Description

Initialize the pictured numeric output conversion process.

See also HOLD for old-style forth-formatting words and PRINTF of the C-style formatting - this word does initialize the pictured numeric output space.

Příklad použití

*FIXME:

Kód slova v Qurtus Forthu

Příklad 61. *:[90]

Kód slova v FIG6502

;                                       <#
;                                       SCREEN 75 LINE 3
;
L3460     .BYTE $82,'<',$A3
          .WORD L3442    ; link to SPACES
BDIGS     .WORD DOCOL
          .WORD PAD
          .WORD HLD
          .WORD STORE
          .WORD SEMIS

Příklad 62. *:[90]