FAUST (programming language): Difference between revisions

Content deleted Content added
m clean up, typo(s) fixed: doesn’t → doesn't (3), ’s → 's
Block diagram composition: Possibility of action which results in state of being arbitrarily combined. (a.k.a. can a. be c.) Dual-use of adverbs leaves only word-order ...
Line 78:
process = _,_;
</syntaxhighlight>
These operators can be arbitrarily combined arbitrarily. The following code multiplies an input signal with 0.5:
<syntaxhighlight lang=haskell>
process = _,0.5 : *;