RosettaCodeData/Task/Enforced-immutability/00DESCRIPTION

4 lines
170 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
;Task:
2013-04-10 16:57:12 -07:00
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.
2017-09-23 10:01:46 +02:00
<br><br>