On 12/4/2025 7:18 AM, jmh530 wrote: > So taking the address of x gives a const pointer? Is `x` itself const? The address of a `final` variable will be a pointer to const.