RosettaCodeData/Task/Enforced-immutability/00DESCRIPTION
2017-09-25 22:28:19 +02:00

3 lines
170 B
Text

;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>