Previous Up Next

3.6  Constants

immediate::=integer-literal
    | float-literal
    | char-literal
    | string-literal
    | boolean-literal

Constants are made of literals from the firth base types (integers, floating-point numbers, characters, character strings and booleans).


Previous Up Next