the 'F' command is global i.e. it could be put on the first line of the program and all following feed lines G01,G02,G03 ETC. would work to this feed rate until another 'F' command it read.
so if you entered G01 X2. F.01 the X axis would move at this rate. If the next line was Z-.25 this would feed at .01 too unless you told it to feed at a different rate.
G00 is a rapid move and as such takes no notice of the global feed rate.
I hope this helps
Graham