>FromYourCode();

All the sources codespage 60

Java
 June 12, 2014 am30 11:26
#108
${param.autostart eq 'false' ? 'false' : 'true'}
C++
 June 12, 2014 am30 03:36
#115
retu(rp->p_addr);
sureg();
/*
 * (...)
 * You are not expected to understand this.
 */
if(rp->p_flag&SSWAP) {
	rp->p_flag =& ~SSWAP;
	aretu(u.u_ssav);
}
C++
 June 11, 2014 pm30 12:15
#221
bool func()
{
    if (val1 == val2) return 1;
    return 0;
}