Output.append

Append to the console. We accept UTF8 only, so all other encodings should be handled via some higher level API.

  1. Output append(cstring x)
    class Output
    final
    append
  2. Output append(Object other)

Meta