[Next] [Previous] [Up] [Top] [Contents] [Index]

2.5 Statements and Expressions

2.5.5 Literals

Cecil literal constants can be integers, floating point numbers, characters, or strings:

literal	::=	integer
	|	float
	|	character
	|	string
Literals are immutable objects.


The Cecil Language: Specification and Rationale, Version 2.1 - 25 MARCH 1997
[Next] [Previous] [Up] [Top] [Contents] [Index]

Generated with Harlequin WebMaker