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++:

  1. quote(text to quote)

n++ example

Example of quote being used with n++:

  1. @quote(text to quote)