mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Documentation: yul function definition clarification
This commit is contained in:
parent
77a537e297
commit
a89965f500
@ -168,7 +168,7 @@ The ``continue`` and ``break`` statements can only be used inside loop bodies
|
|||||||
and have to be in the same function as the loop (or both have to be at the
|
and have to be in the same function as the loop (or both have to be at the
|
||||||
top level).
|
top level).
|
||||||
The condition part of the for-loop has to evaluate to exactly one value.
|
The condition part of the for-loop has to evaluate to exactly one value.
|
||||||
Functions cannot be defined inside for loop init blocks.
|
Functions cannot be defined anywhere inside for loop init blocks.
|
||||||
|
|
||||||
Literals cannot be larger than the their type. The largest type defined is 256-bit wide.
|
Literals cannot be larger than the their type. The largest type defined is 256-bit wide.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user