Site icon TestingDocs.com

Flowgorithm Keywords

Overview

Flowgorithm Keywords are reserved words and cannot be used as identifiers by the programmer. Keywords have special meaning and use in the programming language.

Flowgorithm Keywords

Flowgorithm programming language has several keywords like:

Data type Keywords

The data type names like Integer, Real, String, and Boolean are keywords. They are reserved and we cannot have those names for the variables.

If we try to create a variable name with a keyword, we get an Invalid Identifier error.

 

Pre-defined Function Names

Flowgorithm has predefined functions. The name of the function is a reserved word. We
cannot have a variable name cos in the flowchart. cos() is a predefined function
that is used to compute the cosine of the supplied argument in radians.

Some of the example functions are as follows:

A list of built-in functions in Flowgorithm can be found here:

https://www.testingdocs.com/built-in-functions-in-flowgorithm-flowchart/

Operators

Operators like AND, OR, and NOT are reserved in the Flowgorithm language. We cannot use the operators as the variable names.

Constants

Flowgorithm supports pre-defined constants like pi, true, etc. We cannot redefine the constant in the flowchart.

Flowgorithm Tutorials

Flowgorithm flowchart tutorials on this website:

https://www.testingdocs.com/flowgorithm-flowchart-tutorial/

Flowgorithm Website

For more information on the Flowgorithm tool, please visit the official website at:

http://flowgorithm.org/

Exit mobile version