Multiple Script Arguments?

I can't seem to figure this out, I want to alter a script for moving items, but I require it to have multiple arguments, what is the proper syntax for giving a script multiple arguments?

I've looked all around and this doesn't seem to be covered anywhere, thanks.

There is no special syntax. Arguments are separated with a space. E.g.:
arg1 arg2 etc

if your arguments contain spaces quote the arguments:
"arg1" "arg2"