fn: quote
[contents]

Contents

Syntax

The syntax for quote calls is:

f++:  
quote(string)

n++:  
@quote(string)

Description

The quote function takes a single string parameter and returns the string quoted.

f++ example

Example of quote being used with f++:

quote(text to quote)

n++ example

Example of quote being used with n++:

@quote(text to quote)