...
...
...
...
...
Users can place comments anywhere in the comments by placing a /*
at the start and a */
at the end.
Example: /* This is the proper structure for a comment */
Declaring Variables
Item | Description |
Variable Declaration | Declare internal variables using the following format:
The initial value of declared numerical variables is 0. To declare more than one variable, use a comma
Users can use multiple Users can also define an initial value for the variable when declaring it using the following format:
|
Program Part
An example of a most basic statement is the function call, calculation, and storing of the result.
...