warning
Display a warning message.
Syntax
Section titled “Syntax”warning(errMsg)warning(msgId, errMsg)warning(msgId, errMsg, v1, v2, ...)Description
Section titled “Description”Prints a warning to the console without halting execution. Same argument conventions as error. Use to flag unusual but non-fatal conditions.
Example
Section titled “Example”warning('Result may be inaccurate for n > 100')