...
Info | ||
---|---|---|
| ||
|
For the built-in function block variables, such as the input
variable in the consume block, ‘Variable hiding’ is allowed.
Final Variables
To prevent variables from being changed, the final
keyword is used:
...
...
Info | ||
---|---|---|
| ||
|
For the built-in function block variables, such as the input
variable in the consume block, ‘Variable hiding’ is allowed.
To prevent variables from being changed, the final
keyword is used:
...