static String printIt(String copy, {String repeat = "1"}) { return createLine(PRINT, [copy, repeat]); }