|
Comments/* Yorick comments begin with slash-asterisk,
Since /* ... */ comments do not nest properly, Yorick supports C++ style comments as well: statement // remainder of line is comment (C++)
|
|
Comments/* Yorick comments begin with slash-asterisk,
Since /* ... */ comments do not nest properly, Yorick supports C++ style comments as well: statement // remainder of line is comment (C++)
|