module prompt.ps1; import comp.hr; import style.color; string ps1(int col) { string ps; ps ~= hr(col); ps ~= "> ".setColor(Color.magenta); return ps; }