fnlAbortNetlist
fnlAbortNetlist( ) => nil
Description
Aborts netlisting. When the formatter detects an error during netlisting, it calls this function to inform the netlister to abort netlisting.
Arguments
Value Returned
Examples
The following example aborts netlisting.
fnlAbortNetlist()
=> t
Related Topics
Return to top