Native shebang: Difference between revisions

m
(→‎{{header|OCaml}}: added ocaml)
Line 632:
Hello, world!
</pre>
But we have to remove the shebang if we want to compile the code, or we get an error:
<pre>
$ ocamlc -c echo.ml
Line 638:
Error: Syntax error
</pre>
 
 
=={{header|Perl}}==