Number literals are `123N`, `(bigint n)` for converting to bigint. Implementation should be basically the same as JS.
Number literals are
123N,(bigint n)for converting to bigint. Implementation should be basically the same as JS.