Implement READ-LINE and WRITE-LINE
[pforth] / fth / loadp4th.fth
CommitLineData
8e9db35f
PB
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, Devid Rosenboom
6\
7\ The pForth software code is dedicated to the public domain,
8\ and any third party may reproduce, distribute and modify
9\ the pForth software code or any derivative works thereof
10\ without any compensation or license. The pForth software
11\ code is provided on an "as is" basis without any warranty
12\ of any kind, including, without limitation, the implied
13\ warranties of merchantability and fitness for a particular
14\ purpose and their equivalents under the laws of any jurisdiction.
15
16include? forget forget.fth
17include? >number numberio.fth
18include? task-misc1.fth misc1.fth
19include? case case.fth
20include? $= strings.fth
21include? privatize private.fth
22include? (local) ansilocs.fth
23include? { locals.fth
24include? fm/mod math.fth
25include? task-misc2.fth misc2.fth
26include? [if] condcomp.fth
08689895 27include? save-input save-input.fth
593eb738 28include? read-line file.fth
8e9db35f
PB
29
30\ load floating point support if basic support is in kernel
31exists? F*
32 [IF] include? task-floats.fth floats.fth
33 [THEN]
34
35\ useful but optional stuff follows --------------------
36
37include? task-member.fth member.fth
38include? :struct c_struct.fth
39include? smif{ smart_if.fth
40include? file? filefind.fth
41include? see see.fth
42include? words.like wordslik.fth
43include? trace trace.fth
44include? ESC[ termio.fth
45include? HISTORY history.fth
46
47map