Talk:Optional Arguments
Jump to navigation
Jump to search
"Optional Arguments have one limitation. You cannot use any optional arguments unless all previous arguments are also supplied."
What if you replace one of the previous arguments with 'nil'? Atleast that works with addBan().