So here is the link for the intro!!
Keep coding
request-passrequest-daterequest-colorrequest-file
request-pass/title "Logon to the secret chamber"
name: request-text/title "What is thy name?"alert (rejoin ["Hello there " name])
set-default-font[name: "tahoma"style: nonesize: 12color: 0.0.0offset: 2x2space: 0x0align: 'centervalign: 'centershadow: none]
Rebol [Title: "Set variable"]set-default-font[name: "tahoma"style: nonesize: 12color: 0.0.0offset: 2x2space: 0x0align: 'centervalign: 'centershadow: none]view layout [f1: fieldbtn 100x25 "Display Variable" [t: f1/textf2/text: tshow f2]f2: field]
editor (request-text)
Rebol [Title: "Cool REBOL script"]
alert "Hello world"