Comments

As Vadalog compiler parser just drops comments, they have no effect on whatsoever feature of Vadalog.

Vadacode supports two main uses for comments: Colored hints (documented here) and code documentation using Vadoc.

Colored hints

Vadacode Scan for BUG, HACK, FIXME, TODO, NOTE, COMMENT comments within your source, and colors them in code so you can mark clearly code sections that need some attention.

To add such comments, just write the built-in keyword (e.g. TODO), followed by a semicolon :.

Colored hints Vadacode syntax
% BUG: example
% HACK: example
% FIXME: example
% TODO: example
% NOTE: example
% COMMENT: example
comment hints
Figure 1. Colored hints as shown in Dark Modern theme