Shell Commands/EndSkip
From MorphOS Library
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.