Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

resume

resume( 
[ g_result ] 
)
=> g_toplevel

Description

Exits the interactive top-level loop started with the most recently invoked toplevel function and returns its argument to the caller of toplevel. Do not use this function programmatically; use it only as an interactive command.

The resume function itself does not return. It returns value of the toplevel function.

Arguments

g_result

Optional value to be returned as the result from the previous toplevel calls.

Value Returned

toplevel

Returns the return value of the toplevel function. The resume function itself does not return.

Examples

Following is a transcript of a brief session, including prompts.

> R = toplevel( 'ils )
ILS-<2> resume( 1 )
1
> R
1

Related Topics

Debug Functions

toplevel


Return to top
 ⠀
X