1 03/11/76 new
2
3 Function: The new command starts input of a new current file. The
4 previous current file and the contents of the alter file when the new
5 command is issued are deleted.
6
7
8 Syntax: new file_name
9
10
11 where file_name is the name to be assigned to the current file. See
12 "File Naming Conventions" in Section III for a description of valid
13 file names.
14
15
16 Example:
17
18 ! new
19 enter name: ! newfile.basic
20 ready 1301
21
22
23 ! 100 The current
24 ! 110 file is
25 ! save
26 ready 1301
27
28
29 ! new another
30 ready 1302
31
32
33 ! 100 This is
34 ! 110 different
35 ! list current
36
37 current 11/07/75 1302.3 mst Fri
38
39
40 100 This is
41 110 different
42 ready 1302