csound-expression-0.3.3: Csound combinator library

Safe HaskellSafe-Infered

CsoundExpr.Opcodes.Control.Pgmctl

Description

Program Flow Control

Synopsis

Documentation

else' :: SignalOutSource

  • opcode : else
  • syntax :
   else
  • description :

Executes a block of code when an if...then condition is false.

endif :: SignalOutSource

  • opcode : endif
  • syntax :
   endif
  • description :

Closes a block of code that begins with an if...then statement.