fn: --//
[contents]

Contents

Syntax

The syntax for --// comments is:

f++:  
--// comment

n++:  
@--// comment

Description

The --// function is for parsed single-line comments, it parses the remainder of the line but does not add the output to the file being built.

n++ example

Example of --// being used with n++:

First paragraph

@--// Second paragraph

Third paragraph