title

Sets console title

  1. void title(string title)
    version(Windows)
    void
    title
    @property
    (
    string title
    )
  2. void title(string title)

Parameters

title
Type: string

Title to set

Meta