Syntax
where Arguments are arguments particular to the command being repeated.
The +: command represents shorthand for the last command issued.
For example, the sequence of commands
BD>print : This is an example:
has the same effect as the sequence of commands
BD>print : This is an example:
For macro development this feature is best avoided for it can lead to
confusion with the arithmetic operator, and is not amenable to searching
for a particular command. Note that in the command sequence
BD>if : %fred=3 | print : hello
the repetition refers to the immediately preceding PRINT:
command only.