fn builtin_condition_message(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Extract the message from a condition object.
@param c a condition object (list with “message” element) @return character string giving the condition message