Simulation Command Reference : Auto Batch Commands : END

END

The END statement is use to end a SCP section, structured statements and the SCP itself.

Syntax:
end breakpoint
end if
end init
end loop
end when
end
end.
 
 

The end keyword concludes various SCP structured statements: Set Breakpoint, INIT, BEGIN, WHILE/LOOP, WHEN/THEN/ELSE and IF/THEN/ELSE.

The End statement concluding the entire SCP is followed by a period.