This manual section describes the various parts of the SCL language in detail.
Note that SCL is a case sensitive, free formatted language much like C or java. So the following two programs are equivalent.
testbench for PIC32MX360F512L is end testbench;
and
testbench for PIC32MX360F512L is
end testbench;