Print a formatted string onto the message device
vmessage (String_Type fmt, ...)
The vmessage function formats a sprintf style argument list
and displays the resulting string onto the message device.
In the current implementation, strictly speaking, the vmessage
function is not an intrinsic function. Rather it is a predefined
S-lang function using a combination of Sprintf and
message.
message, Sprintf, verror