Next: BPF Registers, Previous: BPF Options, Up: BPF-Dependent [Contents][Index]
The presence of a # or // anywhere on a line indicates the start of a comment that extends to the end of the line.
The presence of the /* sequence indicates the beginning of a block (multi-line) comment, whose contents span until the next */ sequence. It is not possible to nest block comments.
Statements and assembly directives are separated by newlines and ; characters.