JG
const P1: Pin;//и так далее
Size: a a a
JG
const P1: Pin;//и так далее
N
N
const
без присваиванияlet
она переопределяетсяN
JG
JG
JG
/*global P1, P2, P3*/
N
N
/*global P1, P2, P3*/
JG
N
N
JG
JG
To configure global variables inside of a configuration file, set the globals configuration property to an object containing keys named for each of the global variables you want to use. For each global variable key, set the corresponding value equal to "writable" to allow the variable to be overwritten or "readonly" to disallow overwriting. For example:
{
"globals": {
"var1": "writable",
"var2": "readonly"
}
}
JG
JG
N
N
VS