$STATUSR

From m204wiki
Jump to navigation Jump to search

Function

Resets the value of $STATUS to zero and returns a value of zero.

Syntax

$STATUSR

Usage

The $STATUSR function accepts no arguments.

Programs that use a DO WHILE $STATUS=0 loop can use $STATUSR within the loop to process a nonzero $STATUS and continue looping.