global

def bold_puts(msg)


Prints a message with bold font.
def bold_puts(msg)
  output.puts(text.bold(msg))
end