Hello world/Graphical: Difference between revisions

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