hasnotes(x), x a variable that is not NULL. |
hasnotes(x) is True if and only if variable x has attached notes.
Example:
Cmd> x <- yourMacro(y)
Cmd> if (hasnotes(y)){attachnotes(x, getnotes(y))}
See topics 'notes', getnotes(), attachnotes(), appendnotes().
hasnotes() is implemented as a pre-defined macro.