fn: !\n
[contents]

Contents

Syntax

The syntax for !\n calls is:

f++:  
!\n

n++:  
@!\n

Description

The !\n function is for skipping linebreaks, such calls may be referred to as special single-line comments, it skips straight to the first non-whitespace on the next line.

n++ example

Example of !\n being used with n++:

This text is added all @!\n
on the one line.