pub const PS2: &str = "PS2";
The name of the PS2 variable
PS2
The PS2 variable is the secondary prompt string, which is shown when the shell expects more input to complete a command. The initial value is "> ".
"> "