Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

Parameters

DEBUG REPEAT — MicroVMS 4.6

     The REPEAT command provides a way  of  iterating  a  sequence  of
     DEBUG commands.

 Format:

     REPEAT lang-exp DO (debug-cmd-list)

 Example

     DBG> REPEAT 3 DO (STEP)
     stepped to %LINE 2
     stepped to %LINE 3
     stepped to %LINE 4

Additional information available:

Parameters

Parameters

 lang-exp

     Any expression in the currently set language that evaluates to  a
     positive integer.

 debug-cmd-list

     A single DEBUG command or a sequence of DEBUG commands  separated
     by semicolons.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026