Co-authored-by: Emilia Bopp <contact@ebopp.de> Change-Id: I5e20304538dd3e27fb36c32c0a6133cd6a6a6964
475 B
475 B
name, args
| name | args | ||
|---|---|---|---|
| warn |
|
Evaluate string msg and print it on standard error. Then return e2.
This function is useful for warning about unexpected conditions without aborting evaluation.
If the debugger-on-warn option is set to true and the --debugger flag is given, the interactive debugger will be started when warn is called (like break).