force-step-instruction frame
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

foreach

Synopsis

foreach $iterator in list { commands }

Description

Runs a block of commands with the variable $iterator set to each of the entries in list. The $iterator variable is only defined within the command block.

Provided By

Simics Core

See Also

if, break-loop, continue-loop, while
force-step-instruction frame