printW function

void printW(
  1. dynamic text
)

Implementation

void printW(dynamic text) {
  print('\x1B[33m$text\x1B[0m');
}