Examples of using Variable names in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Variable names must be meaningful.
Thus, these variable names are legal:.
Variable names should be meaningful.
Another is to use meaningful variable names.
Those variable names should be short.
Here are some examples of correct variable names:.
Variable names can be arbitrarily long.
Some function and variable names can be awkward to type.
Variable names can be arbitrarily long.
Many PL/SQL keywords cannot be used as variable names.
The variable names have to start with a letter.
Always be careful with shell expansion and variable names.
Variable names cannot be a reserved word or keyword.
Objects are strongly typed(and variable names themselves have no type at all).
Variable names cannot coincide with a keyword of the C language.
Sometimes people criticise the Go style for recommending short variable names.
In general, variable names should be short but descriptive.
Many Python programmers never bother to use private variable names at all.
Variable names cannot be equal to reserved key words in Java.
Using short variable names(but i and x and and make sense).
Variable names follow the same rules as other labels in PHP.
As always, good variable names make queries easier to understand.
Variable names cannot be a keyword or a reserved word of the language.
The rules governing variable names also apply to the names of functions.
Variable names can be easy to remember from knowing just their types.
Use meaningful variable names to help other people understand what the program does.
Variable names are case sensitive(a and A are different variables). .
Malformed variable names and references to non-existing variables are left unchanged.
Variable names should not start with underscore or dollar sign characters in most cases.
Valid variable names start with a letter and can contain numbers.