![]() |
![]() |
![]() |
![]() |
(..Source Code Components) | Contents | Index | (Constants..) |
Non-terminal Symbol | Used for ... |
IntIdentifier, IntConstantIdentifier | symbolic integer constants |
StringIdentifier, StringConstantIdentifier | symbolic string constants |
BoolIdentifier, BoolConstantIdentifier | symbolic boolean constants |
CellIdentifier, CellConstantIdentifier | symbolic cell constants |
IntVar, Identifier | integer variables |
StringVar, Identifier | string variables |
BoolVar, Identifier | boolean variables |
CellVar, Identifier | cell variables |
StringRegIdentifier, Identifier | string registers |
IntRegIdentifier, Identifier | integer registers |
NeighbourIdentifier | neighbours |
Identifier | retinas |
Identifier | local rule tables |
Ensure that the same identifier is not used twice for different objects within the same program.
|
Legal identifiers consist of (at least one) capital or small letters
(Letter), dashes, or digits
(Digit).
It is not allowed to use a digit at the beginning!
Here, too, the compiler will not distinguish between capital and small letters.
![]() |
![]() |
![]() |
![]() |
(..Source Code Components) | Contents | Index | (Constants..) |