warning method

void warning(
  1. Object obj
)

Implementation

void warning(Object obj) {
  stdout(obj);
}