| Cobra | Interactive Query Language | reset | ||
|---|---|---|---|---|
| NAMEreset — clear user-defined marks and rangesSYNTAXr[eset] [all] DESCRIPTIONThis command removes all user-defined marks and reverts them to zero.
By default, user-defined bounds (in the .bounds attribute of tokens)
are not cleared.
The bounds field can be set for user-defined ranges (extend, stretch,
and in user-defined scripts.
It is also set by the setlinks
command, to define forward jumps for 
goto, 
if, 
else, 
switch, 
case, 
default, and 
break
statements that can be useful for executing control-flow sensitive scripts.
 
To clear also the bounds field, the argument all can be used.
 | ||||
| Return to index Manual Tutorial | (Last Updated: 20 May 2019) | |||