| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | misc |
include "note.g"
The priority is always set to SEVERE.
| ... | in | components of the message | |
| Allowed: | string | ||
| origin | in | source of the message | |
| Allowed: | string | ||
| Default: | 'Glish' | ||
| postcli | in | Show message in CLI window too? | |
| Allowed: | Bool | ||
| Default: | F | ||
myfunc := function(x) {
if (!is_numeric(x))
return throw('I can only deal with numeric values of x, not ',
type_name(x), origin='myfunc');
}