Literals/Integer: Difference between revisions

Content added Content deleted
(Add Plain English)
(→‎{{header|Plain English}}: Added imformation)
Line 1,766: Line 1,766:
The second is the "nibble literal", which is a dollar sign followed by a hexadecimal literal.
The second is the "nibble literal", which is a dollar sign followed by a hexadecimal literal.
<syntaxhighlight lang="text">$12345DEADBEEF</syntaxhighlight>
<syntaxhighlight lang="text">$12345DEADBEEF</syntaxhighlight>

Numerical literals can also be embedded into "ratio" or "mixed literals".
<syntaxhighlight lang="text">
123/456 \ ratio literal
1-2/3 \ mixed literal
</syntaxhighlight>


=={{header|PostScript}}==
=={{header|PostScript}}==