RosettaCodeData/Task/Enforced-immutability/00-TASK.txt
2023-07-01 13:44:08 -04:00

4 lines
171 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>