Local variables
I'm using many variables in my functions.
Are the variables $0, $1... local?
If I'm calling another function in my function that will use also $0 and $1, will they be modified?
Why isn't it possible to create my own variables in functions?