learning-to-code/red/print-message.red

2 lines
103 B
Plaintext

Red [ Title: "My program" needs: 'view]
view [ text "Its a great big world!" button "Quit" [quit] ]