Content deleted Content added
ColaEuphoria (talk | contribs) |
ColaEuphoria (talk | contribs) |
||
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]]
<source lang=haskell>
process = _;
|