REBOL [
    Title: "Hello World Window"
    File: %hello.r
    Date: 20-May-2000
    Purpose: "Opens a window that displays text and a quit button"
    Category: [view VID 1]
]

view layout [text "Hello World!" button "Quit" [quit]]