\ Load all ANS Forth Support Files /* $Logfile: C:/SRC/FPC/FPC-ANS/VCS/ALLANSI.SEV $ $Revision: 1.3 $ $Date: 1999/04/10 11:40:30 $ $Author: uho $ /--------------------------------------------------------uh 16Nov95 | This file is the load file for the ANS Forth compatibility | | package for F-PC. If you do not use F-PC this file is useless | | for you. This is NOT an ANS-Forth standard program but is | | highly F-PC specific. It is a system extension to F-PC in order | | to make F-PC provide (some) ANS-Forth word sets. | | | | To support strict ANS-Forth code, separate vocabularies are | | defined. By this the F-PC vocabulary search mechanism can be | | used to restrict the visibility of specific word sets. | | | | This Code is public domain software. | | | | Remarks and comments are welcome. | | | | Ulrich Hoffmann | | Sehestedter Strasse 26 | | 24340 Eckernfoerde | | Germany | | +49 4351 712 217 | | +49 4351 712 216 (FAX) | | Ulrich.E.Hoffmann@gmx.de | | | \-----------------------------------------------------------------/ */ CR .( -------------------------------------------------------- ) needs ansi.seq needs fileset.seq needs double.seq needs facility.seq needs string.seq ANSI CORE definitions Vocabulary TOOLS TOOLS definitions needs condcomp.seq Only ANSI CORE also ANSI CORE EXT also ANSI FILE also ANSI FILE EXT also ANSI STRING also ANSI FACILITY also ANSI TOOLS also ANSI definitions CR .( -------------------------------------------------------- ) CR .( ANSI support loaded and configured for strict ANS Forth! ) CR CR .( Use the command "FORTH" to add the Forth vocabulary to the ) CR .( search order if you want to access non standard words. )