Solid learning notes
Solid learning notes
Solidity is a programming language created to write smart contracts. Solidity runs in Ethereum virtual machine (EVM).
data type
Value type
When a value type is used as a function parameter or in an assignment statement, the value is always copied
bool
The values are literal constant values true and false, and the defa ...
Added by StateGuy on Wed, 09 Feb 2022 05:00:23 +0200