block_goto

Finish up this block and start the next one.

  1. block* block_goto(Blockx* bx, int bc, block* bn)
    version(MARS)
    extern (C++) nothrow @safe
    block*
    block_goto
    (
    Blockx* bx
    ,
    int bc
    ,
    block* bn
    )
  2. void block_goto()
  3. void block_goto(block* bn)
  4. void block_goto(block* bgoto, block* bnew)

Meta