Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/long.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subCategories: [ "Data Types" ]
=== Description
Long variables are extended size variables for number storage, and store 32 bits (4 bytes), from -2,147,483,648 to 2,147,483,647.

If doing math with integers, at least one of the numbers must be followed by an L, forcing it to be a long. See the link:../../constants/integerconstants[Integer Constants] page for details.
If doing math with integers, at least one of the numbers must be followed by an L, forcing it to be a long. See the `link:../../constants/integerconstants[Integer Constants]` page for details.
[%hardbreaks]

[float]
Expand Down