megabytes top-level constant

int const megabytes

The number of bytes in a megabyte.

Implementation

const megabytes = kilobytes * kilobytes;