relicense to 0BSD
[pforth] / fth / loadp4th.fth
... / ...
CommitLineData
1\ @(#) loadp4th.fth 98/01/28 1.3
2\ Load various files needed by PForth
3\
4\ Author: Phil Burk
5\ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom
6\
7\ Permission to use, copy, modify, and/or distribute this
8\ software for any purpose with or without fee is hereby granted.
9\
10\ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
11\ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
12\ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
13\ THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
14\ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
15\ FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
16\ CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17\ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18
19include? forget forget.fth
20include? >number numberio.fth
21include? task-misc1.fth misc1.fth
22include? case case.fth
23include? $= strings.fth
24include? privatize private.fth
25include? (local) ansilocs.fth
26include? { locals.fth
27include? fm/mod math.fth
28include? task-misc2.fth misc2.fth
29include? [if] condcomp.fth
30include? save-input save-input.fth
31include? read-line file.fth
32include? require require.fth
33
34\ load floating point support if basic support is in kernel
35exists? F*
36 [IF] include? task-floats.fth floats.fth
37 [THEN]
38
39\ useful but optional stuff follows --------------------
40
41include? task-member.fth member.fth
42include? :struct c_struct.fth
43include? smif{ smart_if.fth
44include? file? filefind.fth
45include? see see.fth
46include? words.like wordslik.fth
47include? trace trace.fth
48include? ESC[ termio.fth
49include? HISTORY history.fth
50
51map