Enforced immutability: Difference between revisions

Content added Content deleted
No edit summary
Line 477: Line 477:
this is a test</lang>
this is a test</lang>


Names can also be made constant (that is, have their referent fixed), so that name, value, and association between name and value are immutable:<lang j> C=: 'this is a test'
Names can also be made constant (that is, have their referent fixed), so that name, value, and association between name and value are immutable:<lang j> require'jmf'
C=: 'this is a test'
1 readonly_jmf_ 'C'
1 readonly_jmf_ 'C'