示例#1
0
function negative()
{
    return Tester::bool_to_string(Example::positive(-1));
}