Currently: ``` > 1_000_000 1:1: Bad number literal '1_000_000' ``` This is already [supported in Java since Java 7](https://docs.oracle.com/javase/7/docs/technotes/guides/language/underscores-literals.html) and there is also this [proposal for SuccessorML](https://smlfamily.github.io/successor-ml/OldSuccessorMLWiki/Extended_syntax_for_literals.html) - I think it's meanwhile been adopted by most languages.