Sine wave: Difference between revisions

m
→‎{{header|OCaml}}: added libheader to ocaml
(→‎{{header|OCaml}}: added ocaml)
m (→‎{{header|OCaml}}: added libheader to ocaml)
Line 91:
 
=={{header|OCaml}}==
 
{{libheader|ocaml-sfml}}
 
<lang ocaml>module BA = Bigarray
Line 134 ⟶ 136:
ocamlopt -I +sfml bigarray.cmxa sfml_system.cmxa sfml_audio.cmxa sine_wave.ml -o sine_wave.exe
</pre>
 
 
=={{header|Perl 6}}==