RosettaCodeData/Task/Enforced-immutability/00-TASK.txt

5 lines
171 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
Demonstrate any means your language has to prevent the modification of values, or to create objects that cannot be modified after they have been created.
<br><br>