Code inside xcode tag is parsed

wim sturkenboom

Well-known member
Joined
Aug 6, 2014
Messages
85
Location
Roodepoort, South Africa
Programming Experience
10+
I tried to post the below in xcode tag

PayRoll pr = new Payroll(empRate, monHr1, monHr2, tueHr1, tueHr2, wedHr1, wedHr2, thuHr1, thuHr2, friHr1, friHr2);

pr translates to <acronym title="Google Page Ranking">pr</acronym> as shown below
PayRoll pr = new Payroll(empRate, monHr1, monHr2, tueHr1, tueHr2, wedHr1, wedHr2, thuHr1, thuHr2, friHr1, friHr2);
 
Back
Top Bottom