Capability:Mutable state

From Rosetta Code
Revision as of 19:41, 19 August 2010 by Ce (talk | contribs) (Created page with '{{stub}}{{capability}}A language provides mutable state if it allows to write values to variables, and then later read back the latest written value. Most languages provide mutab…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Capability:Mutable state
Capabilities characterize abstract requirements of tasks and abilities of languages and libraries.
Browse this capability's properties.


A language provides mutable state if it allows to write values to variables, and then later read back the latest written value. Most languages provide mutable states, but pure functional programming languages and logic-based programming languages don't.