-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial-1
More file actions
28 lines (20 loc) · 716 Bytes
/
tutorial-1
File metadata and controls
28 lines (20 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Starting
--------
You may do standard arithmetic operations in a document,
ending the operation with an equals sign, for example:
5 x 3 + 1 =
Single spaces may be used between the quantities and the
operators for clarity. Two or more spaces, or a colon
delimit an operation, like here: 100 + 1 =
You may use 'x' as the multiplication symbol in most
cases, or '*' if you want.
Operations can be... (2+7)x5 = anywhere!
Press <F5> now to obtain the results of all calculations
in the document. If you go up and modify some number,
press <F5> to recalculate.
Commands
--------
control-s saves the document.
control-l reload the document, loosing changes.
control-q ends the editor.
<F5> recalculates.