>FromYourCode();

Source code quote in C++221

 11 June, 2014 at 12:15
bool func()
{
    if (val1 == val2) return 1;
    return 0;
}

Check similar quotes

Share this quote