Hello world/Graphical: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added personal tag)
m (→‎{{header|Dylan}}: Change phrase to "Goodbye, World!" for Dylan since task says so.)
Line 1,236: Line 1,236:
=={{header|Dylan}}==
=={{header|Dylan}}==
(This works entered into the interactive shell):
(This works entered into the interactive shell):
<lang dylan>notify-user("hello world!", frame: make(<frame>));</lang>
<lang dylan>notify-user("Goodbye, World!", frame: make(<frame>));</lang>


=={{header|E}}==
=={{header|E}}==