Sine wave: Difference between revisions

Content added Content deleted
(→‎{{header|OCaml}}: added ocaml)
m (→‎{{header|OCaml}}: added libheader to ocaml)
Line 91: Line 91:


=={{header|OCaml}}==
=={{header|OCaml}}==

{{libheader|ocaml-sfml}}


<lang ocaml>module BA = Bigarray
<lang ocaml>module BA = Bigarray
Line 134: Line 136:
ocamlopt -I +sfml bigarray.cmxa sfml_system.cmxa sfml_audio.cmxa sine_wave.ml -o sine_wave.exe
ocamlopt -I +sfml bigarray.cmxa sfml_system.cmxa sfml_audio.cmxa sine_wave.ml -o sine_wave.exe
</pre>
</pre>



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