Simple wrappers around cat
, stop
, warning
and sprintf
.
catf(fmt, ...) stopf(fmt, ...) warnf(fmt, ...) warningf(fmt, ...)
fmt | [ |
---|---|
... | [any] |
Invisibly returns the return value of the respective function, e.g.
the character warning message in case of warnf
.