Fix html.elements load problem

db4
Slava Pestov 2008-09-19 15:45:45 -05:00
parent 65e88f70b9
commit 90e440bf60
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,6 @@ IN: html.elements
!
! <input "text" =type "name" =name "20" =size input/>
: elements-vocab ( -- vocab-name ) "html.elements" ;
SYMBOL: html
: write-html ( str -- )
@ -60,6 +58,8 @@ SYMBOL: html
<<
: elements-vocab ( -- vocab-name ) "html.elements" ;
: html-word ( name def effect -- )
#! Define 'word creating' word to allow
#! dynamically creating words.