Hello world/Text: Difference between revisions

Content added Content deleted
(try to solve a task)
(fix)
Line 668: Line 668:


=={{header|BabyCobol}}==
=={{header|BabyCobol}}==
<lang babycobol>DISPLAY HELLO WORLD</lang>
<syntaxhighlight lang="babycobol">DISPLAY HELLO WORLD</syntaxhighlight>
In this example, since no quotes are used, two undeclared fields (variables) are printed, but their default values are their own names in uppercase.
In this example, since no quotes are used, two undeclared fields (variables) are printed, but their default values are their own names in uppercase.