Copyright | Copyright (c) 2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell98 |
Tested with: GHC 8.0.2
This module defines the GPSS block TERMINATE.
- terminateBlock :: Block a ()
- terminateBlockByCount :: Ref Int -> Int -> Block a ()
- terminateBlockByCountM :: Ref Int -> Event Int -> Block a ()
Documentation
terminateBlock :: Block a () Source #
This is the GPSS construct
TERMINATE
terminateBlockByCount Source #
This is the GPSS construct
TERMINATE Count