It is a long
integer literal.
Integer literals have a type of int
by default; the L
suffix gives it a type of long
(Note that if the value cannot be represented by an int
, then the literal will have a type of long
even without the suffix).
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…