Fix html.elements load problem
parent
65e88f70b9
commit
90e440bf60
|
@ -48,8 +48,6 @@ IN: html.elements
|
||||||
!
|
!
|
||||||
! <input "text" =type "name" =name "20" =size input/>
|
! <input "text" =type "name" =name "20" =size input/>
|
||||||
|
|
||||||
: elements-vocab ( -- vocab-name ) "html.elements" ;
|
|
||||||
|
|
||||||
SYMBOL: html
|
SYMBOL: html
|
||||||
|
|
||||||
: write-html ( str -- )
|
: write-html ( str -- )
|
||||||
|
@ -60,6 +58,8 @@ SYMBOL: html
|
||||||
|
|
||||||
<<
|
<<
|
||||||
|
|
||||||
|
: elements-vocab ( -- vocab-name ) "html.elements" ;
|
||||||
|
|
||||||
: html-word ( name def effect -- )
|
: html-word ( name def effect -- )
|
||||||
#! Define 'word creating' word to allow
|
#! Define 'word creating' word to allow
|
||||||
#! dynamically creating words.
|
#! dynamically creating words.
|
||||||
|
|
Loading…
Reference in New Issue