Visual Foxpro support initial 4 characters command

When you type command in command window or in your code, you can type the initial 4 letters of the command instead of typing the full command. For example, you can type SELE instead of SELECT for select command. This is very convenient if you are lazy to type the full command name. It is very useful in the command window to reduce typing time but I do not recommend you to use in the code because this will reduce the readability of your code.This feature is actually inherited from the early day Xbase.