fn: exit
[contents]

Contents

Syntax

The syntax for exit calls is:

f++:  
exit

n++:  
@exit

Description

The exit function is for exiting from an interactive session, whether it be in interpreter or shell mode, it takes zero parameters and exits an interactive session.

f++ example

Example of exit being used with f++:

exit

n++ example

Example of exit being used with n++:

@exit