Hello world/Graphical: Difference between revisions

Content added Content deleted
imported>Arakov
Line 1,425: Line 1,425:


=={{header|Elena}}==
=={{header|Elena}}==
ELENA 5.0 :
ELENA 6.x :
<syntaxhighlight lang="elena">import forms;
<syntaxhighlight lang="elena">import forms;
Line 1,434: Line 1,434:
constructor new()
constructor new()
<= new()
<= super new()
{
{
self.Caption := "ELENA";
self.Caption := "ELENA";