Comments
Forge models support 3 different syntactic styles of comment:
- lines beginning with
--
are ignored; - lines beginning with
//
are ignored; and - all text between
/*
and*/
are ignored.
Forge models support 3 different syntactic styles of comment:
--
are ignored;//
are ignored; and /*
and */
are ignored.