//! Impure Operations
use Value;
use crateError;
/// Log the Operation's Value(s)
///
/// The reference implementation ignores any arguments beyond the first,
/// and the specification seems to indicate that the first argument is
/// the only one considered, so we're doing the same.