Mastering Ethereum
上QQ阅读APP看书,第一时间看更新

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.