1# This data file was generated by the Spreadsheet Calculator.
2# You almost certainly shouldn't edit it.
3
4define "page5" A81:H100
5define "page4" A61:H80
6define "page3" A41:H60
7define "page2" A21:H40
8define "page1" A0:H20
9leftstring A1 = "This is a brief sc tutorial, best run in a 24-line window."
10leftstring A2 = "Type 'q' to exit, ^Z to suspend (w/ Job Control)."
11leftstring A3 = "^G interrupts a command."
12leftstring A5 = "Cells are named by their column and row number.  For example,"
13leftstring A6 = "Cell A6"
14leftstring B6 = "Cell B6"
15leftstring C6 = "Cell C6"
16leftstring A7 = "Cell A7"
17leftstring A8 = "Cell A8"
18leftstring C8 = "Cell C8"
19leftstring A9 = "Cells range from A0 to ZZ(some number depending on free memory)."
20leftstring A10 = "Cells can also be named by the user.  See 'range names' in the manual."
21leftstring A11 = "You can move the cursor a couple of different ways:"
22leftstring B12 = "^n, j and the <DOWN> arrow key go down"
23leftstring B13 = "^p, k and the <UP> arrow key go up"
24leftstring B14 = "^b, h and the <LEFT> arrow key go left"
25leftstring B15 = "^f, l and the <RIGHT> arrow key go right"
26leftstring B16 = "You can go directly to a cell by typing 'g' and the cell name. "
27leftstring B17 = "'g c6' will take you to cell c6."
28leftstring A18 = "Cells can contain numbers, formulas, or text."
29leftstring A19 = "Most of the cells on this page contain text."
30leftstring C20 = "<Type 'g page2' to continue>"
31leftstring A22 = "Cell d22 contains text"
32leftstring D22 = "Text "
33leftstring A23 = "Cell d23 contains a number"
34let D23 = 123.34
35leftstring A24 = "Cell d24 contains a formula"
36let D24 = D23+88
37leftstring A26 = "To see what the cell contains, just move the cursor"
38leftstring A27 = "onto the cell.  The contents will show up on line 1 in the brackets."
39leftstring A29 = "You can enter data into cells like this:"
40leftstring B30 = "'<text' enters left justified text."
41leftstring B31 = "'>text' enters right justified text."
42leftstring B32 = "'=number' enters a number"
43leftstring B33 = "'=formula' enters a formula."
44leftstring A35 = "Try duplicating d22 through d24 in e22 through e24."
45leftstring A37 = "You erase a cell by typing 'x' with the cursor on the cell."
46leftstring C40 = "<Type 'g page3' to continue>"
47leftstring A42 = "Here is a typical use for numbers and formulas:"
48let A44 = 10.3
49let B44 = 1877.5
50let C44 = 234.7
51let E44 = @sum(A44:C44)
52let A45 = 44.56
53let B45 = 44.3
54let C45 = -3
55let E45 = @sum(A45:C45)
56let A46 = 88.74
57let B46 = 8000
58let C46 = -9
59let E46 = @sum(A46:C46)
60let A47 = 99.2
61let B47 = -88
62let C47 = -44.6
63let E47 = @sum(A47:C47)
64let A49 = @sum(A44:A47)
65let B49 = @sum(B44:B47)
66let C49 = @sum(C44:C47)
67let E49 = @sum(A44:C47)
68leftstring A51 = "The data is entered in a44 through c47."
69leftstring A52 = "Cells a49, b49, and c49, sum their respective columns."
70leftstring A53 = "Cells e44, e45, e46, and e47 sum their respective rows."
71leftstring A54 = "Cell E49 is a grand total."
72leftstring A55 = "Try changing some of the data cells and watch the sums change."
73leftstring A57 = "You can also edit cells by putting the cursor on the cell and typing:"
74leftstring B58 = "'e' to edit the numeric portion."
75leftstring B59 = "'E' to edit the string portion."
76leftstring C60 = "<Type 'g page4' to continue>"
77leftstring A62 = "Since you are reading this, you know that you can load "
78leftstring A63 = "a data base from a file by typing the file name as an"
79leftstring A64 = "argument to the program.  You can also load or save a "
80leftstring A65 = "data base using the file commands:"
81leftstring B67 = "'G file'"
82leftstring C67 = "Gets the data from an sc file."
83leftstring B68 = "'P file'"
84leftstring C68 = "Puts the data from the spreadsheet into a file."
85leftstring A70 = "Try 'P foo.sc' to write this to the file foo.sc"
86leftstring A71 = "The Get command erases the current spreadsheet.  "
87leftstring A72 = "To merge a spreadsheet with the one currently in"
88leftstring A73 = "the machine, use:"
89leftstring B75 = "'M file'"
90leftstring C75 = "Merge the data from a saved sc file."
91leftstring A77 = "You can also get human readable versions of the data"
92leftstring A78 = "by using the Write command:"
93leftstring C80 = "<Type 'g page5' to continue>"
94leftstring A82 = "Try 'W tut.txt' for a clear text version of the tutorial."
95leftstring A85 = "This is the end of the tutorial.  We have explored"
96leftstring A86 = "The basic commands.  Much more detail is available"
97leftstring A87 = "in the man page."
98leftstring A89 = "To quit this program, type 'q'."
99leftstring D91 = "GOOD LUCK!"
100goto A0 A0
101