underscores for numbers in programming languages

Posted on Mar 31, 2023

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.