fn: quit
[contents]

Contents

Syntax

The syntax for quit calls is:

f++:  
quit

n++:  
@quit

Description

The quit function is for quitting from an interactive session, whether it be in interpreter or shell mode, it takes zero parameters and quits an interactive session.

f++ example

Example of quit being used with f++:

quit

n++ example

Example of quit being used with n++:

@quit