Shell Commands/EndSkip

From MorphOS Library

Revision as of 12:23, 3 March 2015 by JPV (talk | contribs) (Created page with "'''EndSkip''' - Stops a SKIP branch No Template EndSkip is used in scripts to terminate the execu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

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.