Content deleted Content added
Line 15:
| date = 2008-08-29<!-- 08:32:23
-->| url = http://merd.sourceforge.net/pixel/language-study/syntax-across-languages.html#VrsVrbssgOrDcl
| accessdate = 2010-04-17}}</ref> that do not have this problem, such as <code>''variable'' ← ''expression''</code> in [[APL (programming language)|APL]], <code>''variable'' <- ''expression''</code> in [[OCaml]], [[S (programming language)|S]], and [[R (programming language)|R]], <code>''variable'' := ''expression''</code> in [[ALGOL 68]] and [[Standard ML]], or <code>(setq ''variable'' ''expression'')</code> in [[Lisp (programming language)|Lisp]] and [[Scheme (programming language)|Scheme]]. Furthermore, many expression-oriented languages are also functional languages. In these languages, assignment is either rare, or, in the case of [[purely functional]] languages, impossible.
==See also==
|