Enforced immutability: Difference between revisions

m
No edit summary
Line 477:
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=: require'this is a testjmf'
C=: 'this is a test'
1 readonly_jmf_ 'C'
 
6,962

edits