Literals/Integer: Difference between revisions

Content deleted Content added
Modula-3
Line 119: Line 119:
<lang modula3>MODULE Literals EXPORTS Main;
<lang modula3>MODULE Literals EXPORTS Main;


IMPORT IO, Fmt;
IMPORT IO;


BEGIN
BEGIN