Find the common phrase that is represented by the following computer program code.
Some amount of computer programming knowledge will help, as certain programming conventions are used.
However, it may be solved without, as it is written in a very high level ( I.e. human-like ) language.
Begin
Your Location = 50
fenceLocation = 100
For Each BladeOfGrass
{
If itsLocation > 100
Then itsColor = #009900
Else itsColor = #007700
}
End