# This data file was generated by the Spreadsheet Calculator. # You almost certainly shouldn't edit it. define "page5" A90 define "page1" A11 define "page2" A30 define "page3" A50 define "page4" A71 leftstring A1 = "This is a brief sc tutorial, best run in a 24-line window." leftstring A2 = "Type 'q' to exit, ^Z to suspend (w/ Job Control)." leftstring A3 = "^G interrupts a command." leftstring A5 = "Cells are named by their column and row number. For example," leftstring A6 = "Cell A6" leftstring B6 = "Cell B6" leftstring C6 = "Cell C6" leftstring A7 = "Cell A7" leftstring A8 = "Cell A8" leftstring C8 = "Cell C8" leftstring A9 = "Cells range from A0 to ZZ(some number depending on free memory)." leftstring A10 = "Cells can also be named by the user. See 'range names' in the manual." leftstring page1 = "You can move the cursor a couple of different ways:" leftstring B12 = "^n, j and the arrow key go down" leftstring B13 = "^p, k and the arrow key go up" leftstring B14 = "^b, h and the arrow key go left" leftstring B15 = "^f, l and the arrow key go right" leftstring B16 = "You can go directly to a cell by typing 'g' and the cell name. " leftstring B17 = "'g c6' will take you to cell c6." leftstring A19 = "Cells can contain numbers, formulas, or text." leftstring A20 = "Most of the cells on this page contain text." leftstring C21 = "" leftstring A23 = "Cell d23 contains text" leftstring D23 = "Text " leftstring A24 = "Cell d24 contains a number" let D24 = 123.34 leftstring A25 = "Cell d25 contains a formula" let D25 = D24+88 leftstring A27 = "To see what the cell contains, just move the cursor" leftstring A28 = "onto the cell. The contents will show up on line 1 in the brackets." leftstring page2 = "You can enter data into cells like this:" leftstring B31 = "'