Content deleted Content added
Phil Boswell (talk | contribs) →[[Python (programming language)|Python]]: <source> … not sure if the leading space is vital here |
Phil Boswell (talk | contribs) →[[Objective Caml|OCaml]]: <source> |
||
Line 201:
===[[Objective Caml|OCaml]]===
<source lang=ocaml>
| MyException (s, i) ->
Printf.printf "MyException: %s, %d\n" s i </source>
===[[C programming language|C]]===
|