Example #1
0
/**
 * @return Output
 */
function writeln($t = '', $style = null)
{
    return pantr::console()->out()->writeln($t, $style);
}