mirror of
https://github.com/golang/go
synced 2024-11-22 07:34:40 -07:00
replace "ideal" with "untyped"
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=35242 CL=35258
This commit is contained in:
parent
a27f1f7475
commit
840333009c
@ -281,7 +281,7 @@ An Interlude about Constants
|
|||||||
|
|
||||||
Although integers come in lots of sizes in Go, integer constants do not.
|
Although integers come in lots of sizes in Go, integer constants do not.
|
||||||
There are no constants like "0ll" or "0x0UL". Instead, integer
|
There are no constants like "0ll" or "0x0UL". Instead, integer
|
||||||
constants are evaluated as ideal, large-precision values that
|
constants are evaluated as large-precision values that
|
||||||
can overflow only when they are assigned to an integer variable with
|
can overflow only when they are assigned to an integer variable with
|
||||||
too little precision to represent the value.
|
too little precision to represent the value.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user