This table lists each keyword and provides a description of the keyword. Click on the function name to jump to a discussion of that function.
Keyword |
Description |
Include AND to perform a logical conjunction on two Boolean expressions. |
|
Include a BeginSub statement at the beginning of each subroutine in a DAL subroutine library. |
|
Use a Break statement to exit a While..Wend statement block. |
|
Use a Continue statement to restart a While...Wend statement loop. |
|
Include an Else statement if you want to pass control to the statement that follows this keyword if the logical expression is false. |
|
If the first logical expression is false, the first ELSEIF logical expression is evaluated. |
|
Include an End statement to end an IF, ELSEIF, or ELSE statement |
|
Include a EndSub statement to end each subroutine in a DAL subroutine library. |
|
Include a Goto statement to move to a specific location within a calculation. |
|
Use IF statements to execute commands based on the occurrence of a given condition. |
|
Include OR to perform a logical disjunction on two Boolean expressions. |
|
Use a Return statement to tell the calculation to return with or without a value. |
|
Use While...Wend statements to execute a series of statements, as long as a given condition is true. |
© Copyright 2014, Oracle and/or its affiliates. All rights reserved. Legal notices.