multiple line comment in pascal program code example
Example: comment in pascal
//sinlge line comment
(*
multi line comments
*)
{
2nd method of multiline comments
}
//sinlge line comment
(*
multi line comments
*)
{
2nd method of multiline comments
}