[ALLY] Predefined colors
From: bo:rebol at: 6-Nov-2000 17:47
I haven't been watching the list closely enough to see if someone has done
this before. This script lists the predefined colors in REBOL/View.
Have fun!
REBOL [
Title: "Predefined color lister"
Date: 6-Nov-2000
Author: "Bohdan Lechnowsky"
File: %color-list.r
]
foreach word next first system/words [
error? try [
if tuple? get in system/words word [
print [word system/words/:word]
]
]
]
--
Bohdan "Bo" Lechnowsky
REBOL Adventure Guide
REBOL Technologies 707-467-8000 (http://www.rebol.com)
The Official Source for REBOL Books (http://www.REBOLpress.com)