Hello world/Text: Difference between revisions

Content added Content deleted
imported>Arakov
(Add Refal)
Line 3,915: Line 3,915:
=={{header|RED}}==
=={{header|RED}}==
<syntaxhighlight lang="red">print "Hello world!"</syntaxhighlight>
<syntaxhighlight lang="red">print "Hello world!"</syntaxhighlight>

=={{header|Refal}}==
<syntaxhighlight lang="refal">$ENTRY Go {
= <Prout 'Hello, world!'>;
};</syntaxhighlight>


=={{header|Relation}}==
=={{header|Relation}}==