FAUST (programming language): Difference between revisions

Content deleted Content added
Line 39:
process = 0;
</source>
The second example copies the input signal to the output. It involves the <code>_</code> primitive that denotes the [[identity function]] onfor signals:
<source lang=haskell>
process = _;