Example: ``` const int a = 3; immutable int b = 4;
const string c = "Greetings!"; immutable string d = "D Programmers!"; ```
Brother Bill via Digitalmars-d-learn Fri, 17 Oct 2025 13:00:29 -0700
Example: ``` const int a = 3; immutable int b = 4;
const string c = "Greetings!"; immutable string d = "D Programmers!"; ```