mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
FAQ: remove modifier section
This commit is contained in:
parent
4d4b9bc68e
commit
b4f24721b5
@ -343,14 +343,6 @@ Examples::
|
|||||||
C c = new C();
|
C c = new C();
|
||||||
}
|
}
|
||||||
|
|
||||||
What is the ``modifier`` keyword?
|
|
||||||
=================================
|
|
||||||
|
|
||||||
Modifiers are a way to prepend or append code to a function in order
|
|
||||||
to add guards, initialisation or cleanup functionality in a concise way.
|
|
||||||
|
|
||||||
For examples, see the `features.sol <https://github.com/ethereum/dapp-bin/blob/master/library/features.sol>`_.
|
|
||||||
|
|
||||||
How do structs work?
|
How do structs work?
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user