mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-04-17 15:38:15 +00:00
16 lines
292 B
Forth
16 lines
292 B
Forth
CR
|
|
.( Build 4TH.COM from plain kernel )
|
|
|
|
\needs SAVESYSTEM INCLUDE" D:SAVESYS.F"
|
|
\needs CALL INCLUDE" D:CALL.F"
|
|
\needs S" INCLUDE" D:STRING.F"
|
|
\needs 2@ INCLUDE" D:2WORDS.F"
|
|
\needs DIR INCLUDE" D:DIR.F"
|
|
SAVE
|
|
SAVE-SYSTEM D:4TH.COM
|
|
|
|
CR
|
|
.( 4TH.COM saved )
|
|
CR
|
|
|