Source code

Revision control

Copy as Markdown

Other Tools

DoWhile( new DoWhileObject( false, true, true, true ) );
function DoWhileObject( out1, out2, out3, in1 ) {}
function DoWhile( object ) {
if ( object.breakOutOne ) {}
innie:
do {
if ( object.breakOutThree ) {}
} while ( false );
}