Menu

define

BalinKingOfMoria

The define function defines a function with a data type specified by the user.
Note:
A function can have, maximum, 20 lines of code.

Syntax:
define int/string/char/bool <function name>
<lines of function>
}

For example:

define int a
int a = 5
int b = 6
if a isn't b
}


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.