Difference between revisions of "Shell Commands/EndSkip"

From MorphOS Library

< Shell Commands

(Created page with "'''EndSkip''' - Stops a SKIP branch No Template EndSkip is used in scripts to terminate the execu...")
 
(No difference)

Latest revision as of 10:23, 3 March 2015

EndSkip - Stops a SKIP branch

No Template

EndSkip is used in scripts to terminate the execution of a Skip block. A Skip block allows you to jump over intervening commands if a certain condition is met. When an EndSkip is encountered, execution of the script resumes at the line following the EndSkip. The condition flag is set to 5 (WARN).

See also: Skip command.