mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
documentation: adjustments to not use the "var" keyword
This commit is contained in:
@@ -157,7 +157,7 @@ These steps are applied to each basic block and the newly generated code is used
|
||||
|
||||
::
|
||||
|
||||
var x = 7;
|
||||
uint x = 7;
|
||||
data[7] = 9;
|
||||
if (data[x] != x + 2)
|
||||
return 2;
|
||||
|
||||
Reference in New Issue
Block a user