Comments

In OQL, comments are identical to the C++: For instance:
1 + 2;        // this is a comment
a := "hello"; /* this is another
                 comment */


EyeDB manual