Keystroke: ]
Creates a new, empty line within a program,
or creates the first line in a program if used in a blank region of the worksheet.
Also called the Add Line operator.
Notes:
- You can use the Add Line operator to add a placeholder anywhere within a
program; for example, you would use Add Line to create the body of a for
loop, or a complex Boolean expression
on the right side of a conditional
statement.
- When you use Add Line, you create a new empty placeholder at the same level
as the current selection. If
you select the empty placeholder on the right side of an if,
you would add the line there. If you select the entire operator, the new line
appears below it. If the selection bar is in front of the current expression,
the new line appears before the selection. If the selection bar is after the
current selection, the line is added after.