You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`msg`: Shall be a character expression containing the message to be printed to `stderr`.
102
109
103
110
`code` (optional): Shall be a scalar of type `integer` to be returned as exit code.
104
111
105
-
### Output
112
+
####Output
106
113
107
114
Aborts the program with printing the message `msg` to `stderr` and a nonzero exit code. The nonzero exit code is equal to `code` if provided, and 1 otherwise.
0 commit comments