- Mastering Ethereum
- Merunas Grincalaitis
- 51字
- 2021-06-24 15:01:04
Variables
Solidity is a statically typed language, which means that you have to define the type of every variable that you create.
Let's define the types of variables available in this programming language to later understand how to use them, but before that, you need to understand the visibility of variables.