cashscript
cashscript copied to clipboard
Consider allowing underscores in ints
int conversionToBch = 100_000_000;
reads better and is more easily auditable than
int conversionToBch = 100000000;
This feature is also allowed in Javascript & Solidity.
https://docs.soliditylang.org/en/latest/types.html#rational-and-integer-literals