1 03/11/76 build, bui
2
3 Function: The build command initiates an input mode for nonnumbered
4 lines of text that are appended directly to the current file. Any text
5 in the alter file when build is given is merged before the new text is
6 appended. Notice that a DFAST command entered in this mode is simply
7 accepted as text. The build mode of input is terminated by typing a
8 line consisting of a newline. When DFAST issues a ready message, the
9 normal command environment is restored.
10
11
12 Syntax: build
13
14
15 Example:
16
17 ! new test
18 ready 0925
19
20
21 ! 100 this is
22 ! 110 a test
23 ! build
24 ! of lines typed
25 ! save
26 ! replace
27 ! etcetera
28 !
29 ready 0925
30
31
32 ! lisn
33 100 this is
34 110 a test
35 of lines typed
36 save
37 replace
38 etcetera
39 ready 0926