Nop

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > General functions >

Nop

Description

 

No Operation command. Do nothing command.

 

Syntax

 

Nop

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Mainly serves as compatibility command in order to simulate similar command in other programming languages.

 

Restrictions

 

See also

 

Examples