No, you can't, it will just overwrite it. However I do have a few functions that imitate it:
function example(%a,%b)
{
if(%b $= "")
//The user only provided one argument, so do one thing
else
//The user provided two arguments, so do another
}Of course this becomes annoying with more than a few arguments