• Output plain text to stdout without formatting.

    Base Function: Foundation for all other output functions. Behavior: Direct stdout write with newline appended.

    Parameters

    • message: string

      Text to output

    Returns void

    Message parameter must be string