Modulinos: Difference between revisions

→‎{{header|OCaml}}: code no longer hides other errors
(→‎{{header|OCaml}}: simplified)
(→‎{{header|OCaml}}: code no longer hides other errors)
Line 659:
try let _ = Str.search_forward re program 0 in
main ()
with _Not_found -> ()</lang>
 
test.ml
Line 682:
try let _ = Str.search_forward re program 0 in
main ()
with _Not_found -> ()</lang>
 
=={{header|Octave}}/{{header|MATLAB}}==
Anonymous user