Need more pins for project - SPI unused and rewriteable?

So I can do something like

pinMode(A0, input);
digitalWrite(A0, HIGH);

without declaring A0 to be something?

Matt