Hello world/Graphical: Difference between revisions

Line 2,142:
 
=={{header|xTalk}}==
Works in HyperCard and most other xTalk languages
<lang HyperTalk>answer "Goodbye, World!"</lang>
<lang LiveCodeHyperTalk> answer "Goodbye, World!"</lang>
A dialog box can be modified as appropriate for the context by setting a "iconType", button text and title
<lang LiveCode>answer warning "Goodbye, World!" with "Goodbye, World!" titled "Goodbye, World!"</lang>