simple motion sensor

sensorValue = analogRead(sensorPin1);
    sensorValue = analogRead(sensorPin2);
    sensorValue = analogRead(sensorPin3);

The compiler won't complain because there's nothing syntactically wrong, but that doesn't make much sense.