Hello world/Text: Difference between revisions

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

edits