Hello world/Text: Difference between revisions

fix
(try to solve a task)
(fix)
Line 668:
 
=={{header|BabyCobol}}==
<syntaxhighlight lang ="babycobol">DISPLAY HELLO WORLD</langsyntaxhighlight>
In this example, since no quotes are used, two undeclared fields (variables) are printed, but their default values are their own names in uppercase.
 
18

edits