20070201k Using MultistatementsMultistatements are formed by connecting a number of individual statements for sequentialexecution. You can use multistatements in manual calculations and in programmedcalculations. There are two different ways that you can use to connect statements to formmultistatements.• Colon (:)Statements that are connected with colons are executed from left to right, without stopping.• Display Result Command (^)When execution reaches the end of a statement followed by a display result command,execution stops and the result up to that point appears on the display. You can resumeexecution by pressing the w key.Example 6.9 × 123 = 848.7123 ÷ 3.2 = 38.4375Abcdaav(A)!J(PRGM)6(g)5(:)g.j*av(A)!J(PRGM)5(^)av(A)/d.cww2-2-8Special Functions# You cannot construct a multistatement inwhich one statement directly uses the resultof the previous statement.Example: 123 × 456: × 5Invalid