printf( "Starting the monte test...\n" );

if ( abs( monte( sin; [ 0, acos(-1) ]; 0.01 ) - 2 ) > 0.2 ) {
    printf( "failed!\a\n" );
    exception();
else
    printf( "...passed.\n" );
}


syntax highlighted by Code2HTML, v. 0.9.1