Name
End -- terminate Hollywood
Synopsis
End([code])
Function
This function will immediately terminate your script, shut down Hollywood, free all memory, and close all libraries.

Starting with Hollywood 7.0 you can pass the optional code parameter to set the return code that Hollywood's process should pass to its parent process. This is useful when running Hollywood programs from a console.

Inputs
code
optional: return code to pass to parent process (defaults to 0) (V7.0)

Show TOC