Next: , Previous: Module declaration, Up: Input file format


5.13 Constant declaration

 (55) const-dcl             ::= "const" const-type identifier "=" const-expr
                                ";"
 (56) const-type            ::= integer-type
                              | char-type
                              | boolean-type
                              | floating-pt-type
                              | octet-type
                              | string-type
                              | named-type