underscores for numbers in programming languages
These are technically called “Numeric Separators”
10_000 = 10000 = 1_0_0_0_0
!- Now most programming languages support this, but they might have their own limitations etc.
These are technically called “Numeric Separators”
10_000 = 10000 = 1_0_0_0_0
!