Enforced immutability: Difference between revisions

Content added Content deleted
m (→‎{{header|F Sharp|F#}}: fix heading, as suggested on the Count examples/Full list/Tier 4 talk page)
Line 331: Line 331:
=={{header|Dyalect}}==
=={{header|Dyalect}}==


Dyalect supports creation of constants using "const" keyword:
Dyalect supports creation of constants using "let" keyword:


<lang dyalect>let pi = 3.14
<lang dyalect>let pi = 3.14