Initial import.
[debian/pforth] / fth / loadp4th.fth
1 \ @(#) loadp4th.fth 98/01/28 1.3\r
2 \ Load various files needed by PForth\r
3 \\r
4 \ Author: Phil Burk\r
5 \ Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom\r
6 \\r
7 \ The pForth software code is dedicated to the public domain,\r
8 \ and any third party may reproduce, distribute and modify\r
9 \ the pForth software code or any derivative works thereof\r
10 \ without any compensation or license.  The pForth software\r
11 \ code is provided on an "as is" basis without any warranty\r
12 \ of any kind, including, without limitation, the implied\r
13 \ warranties of merchantability and fitness for a particular\r
14 \ purpose and their equivalents under the laws of any jurisdiction.\r
15 \r
16 include? forget  forget.fth\r
17 include? >number numberio.fth\r
18 include? task-misc1.fth   misc1.fth\r
19 include? case    case.fth\r
20 include? $=      strings.fth\r
21 include? privatize   private.fth\r
22 include? (local) ansilocs.fth\r
23 include? {       locals.fth\r
24 include? fm/mod  math.fth\r
25 include? task-misc2.fth misc2.fth\r
26 include? [if]    condcomp.fth\r
27 \r
28 \ load floating point support if basic support is in kernel\r
29 exists? F*\r
30    [IF]  include? task-floats.fth floats.fth\r
31    [THEN]\r
32 \r
33 \ useful but optional stuff follows --------------------\r
34 \r
35 include? task-member.fth   member.fth\r
36 include? :struct c_struct.fth\r
37 include? smif{   smart_if.fth\r
38 include? file?   filefind.fth\r
39 include? see     see.fth\r
40 include? words.like wordslik.fth\r
41 include? trace   trace.fth\r
42 include? ESC[    termio.fth\r
43 include? HISTORY history.fth\r
44 include? SDAD    savedicd.fth\r
45 \r
46 map\r