break
break( ) => none
Description
Forces entry to the break handler if inserted directly into a SKILL function. The default break handler is the debugger.
This function is useful if you want to stop at a particular place in a function.
Arguments
Value Returned
Related Topics
Return to top