From Aleksej,
[pforth] / fth / loadp4th.fth
CommitLineData
bb6b2dcd 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
16include? forget forget.fth\r
17include? >number numberio.fth\r
18include? task-misc1.fth misc1.fth\r
19include? case case.fth\r
20include? $= strings.fth\r
21include? privatize private.fth\r
22include? (local) ansilocs.fth\r
23include? { locals.fth\r
24include? fm/mod math.fth\r
25include? task-misc2.fth misc2.fth\r
26include? [if] condcomp.fth\r
27\r
28\ load floating point support if basic support is in kernel\r
29exists? 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
35include? task-member.fth member.fth\r
36include? :struct c_struct.fth\r
37include? smif{ smart_if.fth\r
38include? file? filefind.fth\r
39include? see see.fth\r
40include? words.like wordslik.fth\r
41include? trace trace.fth\r
42include? ESC[ termio.fth\r
43include? HISTORY history.fth\r
bb6b2dcd 44\r
45map\r