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