SYNOPSIS:
    integer: [0-9]* or 0x[0-9a-fA-F]*

DESCRIPTION:
    Many parameters for eccet commands take integral numbers
    as arguments.
    Whereever you can specify such numbers, eccet will parse
    either decimal notation or hexadecimal notation prefixed
    with 0x.

EXAMPLES:
    1234 0x1234

SEE ALSO:
    double, void, string, expression
