title

Sets console title

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

Parameters

title
Type: string

Title to set

Meta