Lines Matching refs:statement
87 statement can be returned directly to Acid without adding semicolons.
330 is described by the Acid statement
678 operator appears on the left-hand side of an assignment statement, either the file
907 \f(CWif\fP expression \f(CWthen\fP statement \f(CWelse\fP statement
908 \f(CWif\fP expression \f(CWthen\fP statement
912 is evaluated as a boolean. If its value is true the statement after
915 is executed, otherwise the statement after the
921 \f(CWwhile\fP expression \f(CWdo\fP statement
924 .I statement
930 \f(CWloop\fP startexpr, endexpr \f(CWdo\fP statement
965 statement creates a local instance of
987 \f(CW{\fP statement \f(CW}\fP
991 statement. The definition of parameter names suppresses any variables
1035 statement.
2218 .Ip \f(CW{}\fP next "" "Step through language statement
2220 steps through a single language level statement without tracing down
2221 through each statement in a called function. For each statement,
2223 prints the machine instructions executed as part of the statement. After
2224 the statement has executed, source lines around the current program
2457 .Ip \f(CW{}\fP stmnt "" "Execute a single statement
2459 executes a single language level statement.
2462 statement is completed the source for the next statement is displayed.