mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix functions and more index
This commit is contained in:
parent
5de5021f89
commit
d4447658a5
@ -388,7 +388,7 @@ block.gasLimit();
|
|||||||
storage['abc'] = 'def'; // maps 256 bit words to 256 bit words
|
storage['abc'] = 'def'; // maps 256 bit words to 256 bit words
|
||||||
|
|
||||||
|
|
||||||
// 4. FUNCTIONS AND MORE
|
// 5. FUNCTIONS AND MORE
|
||||||
// A. Functions
|
// A. Functions
|
||||||
// Simple function
|
// Simple function
|
||||||
function increment(uint x) returns (uint) {
|
function increment(uint x) returns (uint) {
|
||||||
|
Loading…
Reference in New Issue
Block a user