Skip to content

Enhance integer_literals.md with underscore usage - #268

Open
rjperrella wants to merge 1 commit into
bowbahdoe:developfrom
rjperrella:patch-1
Open

rjperrella wants to merge 1 commit into
bowbahdoe:developfrom
rjperrella:patch-1

Conversation

@rjperrella

Copy link
Copy Markdown

Added examples of using underscores in integer literals for better readability.

Added examples of using underscores in integer literals for better readability.
@netlify

netlify Bot commented Sep 18, 2026

Copy link
Copy Markdown

Deploy Preview for unique-cajeta-05eaf4 ready!

Name Link
🔨 Latest commit 645637c
🔍 Latest deploy log https://app.netlify.com/projects/unique-cajeta-05eaf4/deploys/6aad23c7ae8bb6000829504b
😎 Deploy Preview https://deploy-preview-268--unique-cajeta-05eaf4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

int oneMillion = 1_000_000;
```

This also works not just in decimal but also in binary, octal, and hexadecimal literals.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of these literal types have been mentioned at this point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants