Pointers and references: Difference between revisions

Content added Content deleted
m (Redundant category link)
Line 294: Line 294:
p := k + 1;; (* set the value inside to a new value *)
p := k + 1;; (* set the value inside to a new value *)
</pre>
</pre>

(The OCaml web-site provides this [http://caml.inria.fr/resources/doc/guides/pointers.en.html page] on the subject.)


=={{header|Perl}}==
=={{header|Perl}}==