nlWarning
nlWarning(o_netlistert_warning[g_arg ...] ) => t
Description
Arguments
|
The description of the warning message in the form of a format string. |
|
Value Returned
Examples
The following example displays a warning message as specified:
nlWarning(nl "My warning message.\n")
=> t
Return to top