Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
7
Task/Mad-Libs/REBOL/mad-libs.rebol
Normal file
7
Task/Mad-Libs/REBOL/mad-libs.rebol
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
t: {<name> went for a walk in the park. <he or she> found a <noun>. <name> decided to take it home.}
|
||||
view layout [a: area wrap t btn "Done" [x: a/text unview]]
|
||||
w: copy []
|
||||
parse x [any [to "<" copy brackets thru ">" (append w brackets)] to end]
|
||||
w: unique w
|
||||
foreach i w [replace/all x i ask join i ": "]
|
||||
alert x
|
||||
Loading…
Add table
Add a link
Reference in a new issue