printc() can now take unlimited arguments
This commit is contained in:
@ -3,7 +3,7 @@ function input(prompt::AbstractString="")
|
||||
return chomp(readline())
|
||||
end
|
||||
|
||||
function printc(color, message::AbstractString="")
|
||||
function printc(color, message::AbstractString="",x...)
|
||||
print_with_color(color, message)
|
||||
|
||||
end
|
Reference in New Issue
Block a user