Literals/Integer: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 346: Line 346:


</lang>
</lang>

=={{header|Arturo}}==
<lang arturo>num 18966</lang>
=={{header|AWK}}==
=={{header|AWK}}==
Awk has decimal literals, using the digits from <tt>0</tt> to <tt>9</tt>. [[Literals/Floating point#AWK]] describes the format of these literals.
Awk has decimal literals, using the digits from <tt>0</tt> to <tt>9</tt>. [[Literals/Floating point#AWK]] describes the format of these literals.