Comments
PIKT comments are in the C++ style. The // double-slash character sequence, which can appear anywhere in the line, comments out the remainder of the line. The /* <text> */ sequence comments out everything between the opening /* and closing */. /* */ comments may not be nested. Unless inside a /* */ comment, /* and */ after a // on the same line are ignored.
![]() | next page ![]() |