#
# values: Table of Xgrip atoms and their properties.
# Note: the first two columns are properties of the GRIP
# language, and can not be changed without sacrificing
# backwards compatibility with GRIP programs.  The
# other columns, are rather just part of the user-
# interface and will undergo occasional changes as keys 
# and colors are reallocated.
#

empty		0	" "	black
outer_wall	1	NULL	purple
east		2	>	DeepSkyBlue1
south		3	V	DeepSkyBlue1
west		4	<	DeepSkyBlue1
north		5	^	DeepSkyBlue1
go		6	G	green3
left		7	L	green3
right		8	R	green3
around		9	A	green3
if		10	?	orange
case		11	C	orange2
read		12	r	magenta2
write		13	w	magenta
break		14	b	red
save		15	s	pink
load		16	l	pink2
old_begin	17	[	cyan4
end		18	}	cyan2
if_not		19	N	orange
skip		20	$	coral
cross		21	X	coral
random		22	~	orange2
define		23	D	yellow2
end_define	24	E	yellow2
port		25	P	SeaGreen1
starboard	26	S	SeaGreen1
slash		27	/	SeaGreen1
backslash	28	"\\"	SeaGreen1
mirror		29	#	SeaGreen1
background	30	NULL	gray51
white		31	NULL	white
begin		32	{	cyan
seven		33	7	SandyBrown
destroy		34	)	RoyalBlue2
eight		35	8	LightSalmon
nine		36	9	PaleVioletRed
fork		37	Y	HotPink
suicide		38	@	tomato
zero		39	0	LightSlateBlue
one		40	1	DeepSkyBlue
two		41	2	turquoise
three		42	3	DarkSeaGreen
four		43	4	LawnGreen
five		44	5	khaki
six		45	6	gold

# comment		46	;	yellow

# rel_begin and begin represent a language-change from old_begin.
# programs written using old_begin and begin should be rewritten to
# use rel_begin, since eventually old_begin and begin will no longer
# work.
