Using Multi-statements in Calculations

You can use the colon character (:) to connect two or more expressions and execute them in sequence from left to right when you press E.

Example: To create a multi-statement that performs the following two calculations: 3 + 3 and 3 3

Insert Mode:

1. 3+3

2. t

3.“ : ” (fc), then E.

4.3*3

Disp

E

“Disp” indicates this is an intermediate result of a multi-statement.

E

E-32