Closed egorsmkv closed 8 years ago
Also, it would be convenient to make some kind of modifier, if you need to execute the command from the administrator.
Add a similar function to retrieve data from the user.
def input() {
@(read t);
return t;
}
somevar = input();
The idea: to make a function to check the types of values. For example, for the numbers, floating point numbers, or Boolean values.
This will improve the code of the programs significantly.