Contact: aviboots(AT)netvision.net.il
39,900 questions
51,831 answers
573 users
// line comment # line comment /* multiple-lines comment block multiple-lines comment block multiple-lines comment block */ // parts of code comment $n = 90 /* + 200 */ + 10; echo $n; /* run: 100 */