Literals/Integer: Difference between revisions

(Add Plain English)
(→‎{{header|Plain English}}: Added imformation)
Line 1,766:
The second is the "nibble literal", which is a dollar sign followed by a hexadecimal literal.
<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}}==
175

edits