Clarify literals

This commit is contained in:
Alex Beregszaszi 2017-04-21 16:58:55 +01:00
parent 29da069bf0
commit 0493828916

View File

@ -143,7 +143,7 @@ one value.
The ``continue`` and ``break`` statements can only be used inside loop bodies.
The condition part of the for-loop has to evaluate to exactly one value.
Literals cannot be larger than 32 bytes.
Literals cannot be larger than the their type. The largest type defined is 256-bit wide.
Formal Specification
--------------------