fn interp_print_factor(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Print a factor showing level labels instead of integer codes.
@param x a factor to print @return x, invisibly