nop()

A no-operation function that does nothing.

Syntax

nop()

Parameters

Parameter Type Description
None Does nothing and returns None.

Return Value

Examples

Call the no-operation function

nop();