make_prompt

Function make_prompt 

Source
pub fn make_prompt(level: usize) -> String
Expand description

The REPL prompt for a given tower level: plain at level 0, with the level in brackets inside a run at level > 0.