:
On a Casio calculator you can enter a multi-statement command
PRGM ▷ : SHIFT VARS F6 F5
or via the catalog as
CATALOG P INPUT SHIFT 4 : F1
Be sure that SET UP Input/Output line is specified.
A multi-statement is an expression that is made up of two or more smaller expressions, which are joined using a colon (:). After pressing EXE , they are calculated from left to right.
Example 1
To add 2 + 3 and then multiply the result by 4
PRGM ▷ : Ans 2 + 3 SHIFT VARS F6 F5 SHIFT (–) × 4 EXE 2+3:Ans×4 20
